palette: prepare using scss variable

This commit is contained in:
Kazhnuz 2018-10-13 17:58:30 +02:00
parent 0443530ac4
commit 3eb25443c5
1 changed files with 18 additions and 0 deletions

View File

@ -1,5 +1,23 @@
/* ------------------ COULEURS ------------------- */
$color-blue: #4e63c9;
$color-violet: #ce4dcd;
$color-purple: #7951c0;
$color-red: #e33d22;
$color-orange: #eb790a;
$color-green: #75b82d;
$color-skyblue: #42a0f3;
$color-dark: #6d6d6d;
$color-light: #eeeeec;
$color-turquoise: #46bd9e;
$color-primary: $color-purple;
$color-secondary: $color-blue;
$color-warning: $color-orange;
$color-danger: $color-red;
$color-info: $color-skyblue;
$color-success: $color-green;
/* de base */