//Ref page : https://github.com/twbs/bootstrap/blob/main/scss/_variables.scss
$white:    #fff;
$gray-100: #f0f2f4;
$gray-200: #e9ebef;
$gray-300: #d6d9e0;
$gray-400: #c9ced5;
$gray-500: #b1b6bf;
$gray-600: #8c939e;
$gray-700: #5b6472;
$gray-800: #3f454f;
$gray-900: #212529;
$black:    #000;

// COLORS : colors palette
$blue:    #3889c1;
$indigo:  #4f2691;
$purple:  #a348c0;
$pink:    #ff61c0;
$red:     #ff3a67;
$orange:  #ff8d2e;
$yellow:  #eac403;
$green:   #6fbe2e;
$teal:    #24C0D3;
$cyan:    #46afe6;

$primary: $blue;
$secondary: $orange;
$success: $green;
$info: $cyan;
$warning: $yellow;
$danger: $red;

