xmrmemes/resources/sass/_variables_light.scss

17 lines
235 B
SCSS
Raw Normal View History

// Body
$body-bg: #f8fafc;
// Colors
$blue: #0d6efd;
$indigo: #6574cd;
$purple: #9561e2;
$pink: #f66d9b;
$red: #e3342f;
$orange: #ff6600;
$yellow: #ffed4a;
$green: #38c172;
$teal: #4dc0b5;
$cyan: #6cb2eb;
$primary: $orange !default;