end of project
This commit is contained in:
21
src/style/colors.scss
Normal file
21
src/style/colors.scss
Normal file
@@ -0,0 +1,21 @@
|
||||
$body-bg:hsl(0, 0%, 93%);
|
||||
$page-bg:hsl(234, 20%, 30%);
|
||||
//$page-bg1:hsl(0, 0%, 60%);
|
||||
|
||||
$renforced-light : hsl(13, 68%, 60%);
|
||||
$renforced-normal: hsl(13, 68%, 40%);
|
||||
$renforced-dark : hsl(13, 68%, 20%);
|
||||
|
||||
$hypertext-light : hsl(245, 100%, 87%);
|
||||
$hypertext-normal : hsl(245, 100%, 82%);
|
||||
|
||||
$main-normal: hsl(52, 50%, 90%);
|
||||
$main-dark : hsl(52, 50%, 70%);
|
||||
|
||||
$title-light : hsl(37, 79%, 90%);
|
||||
$title-normal: hsl(37, 79%, 75%);
|
||||
$title-dark : hsl(37, 79%, 60%);
|
||||
|
||||
$action-light : hsl(139, 57%, 85%);
|
||||
$action-normal: hsl(139, 57%, 77%);
|
||||
$action-dark : hsl(139, 57%, 67%);
|
||||
Reference in New Issue
Block a user