generateur_v3/frontend/src/variables.scss

23 lines
519 B
SCSS

/* Variables and mixins declared here will be available in all other SCSS files */
$primary: #FCBF49;
$primary-dark: #f08336;
$on-primary: #080808;
$secondary: #DF2935;
$secondary-dark: #c40e21;
$on-secondary: #080808;
$contrast: #5396e7;
$input-border: #64619f;
$border: #181553;
$background: #1d1a5a;
$background-light: #1a0f7a;
$background-dark: #0D0221;
$red: rgb(255, 79, 100);
$green: #41cf7c;
$rouge: #a6333f;
$vert: #41cf7c;
$bleu: #045aff;
$blanc: white;
$orange: orange;
$marron: brown;
$dark-green: #00712c;