Generateurv2/frontend/styles/variables.scss

30 lines
463 B
SCSS
Raw Normal View History

2022-05-18 10:15:54 +02:00
$primary: #FCBF49;
$primary-dark: #f08336;
$on-primary: #080808;
$secondary: #DF2935;
$secondary-dark: #c40e21;
$on-secondary: #080808;
$contrast: #5396e7;
2022-06-11 23:39:03 +02:00
$input-border: #64619f;
2022-05-18 10:15:54 +02:00
$background: #1d1a5a;
$border: #181553;
$background-light: #1a0f7a;
$background-dark: #0D0221;
$contrast: #5396e7;
$red: rgb(255, 79, 100);
$green: #41cf7c;
$rouge: #a6333f;
$vert: #41cf7c;
2022-06-11 23:39:03 +02:00
$bleu: #045aff;
2022-05-18 10:15:54 +02:00
$blanc: white;
$orange: orange;
$marron: brown;
$dark-green: #00712c;