rentgen/styles/colors.scss

17 lines
430 B
SCSS
Raw Normal View History

2022-02-02 10:33:09 +01:00
$ultra-black-color: #000;
2022-05-21 14:42:15 +02:00
$black-color: #1b1c1d;
2022-01-20 19:03:03 +01:00
$disabled-grey: #8a949f;
$light-grey: #d1d1d1;
2022-02-02 10:33:09 +01:00
$ultra-light-grey: #ededed;
$blue: #0048d9;
2022-01-20 19:03:03 +01:00
$icd-yellow: #ffee2c;
2022-02-02 10:33:09 +01:00
$icd-rentgen-color: #99ffdd;
2022-05-02 13:46:53 +02:00
$contrast-icd-rentgen-color: #33f9b7;
2022-02-02 10:33:09 +01:00
$highlight-color: #ccffee;
2022-04-25 20:02:20 +02:00
$row-color: hsl(160, 100%, 94%);
2022-01-23 21:42:49 +01:00
$pale-yellow: #fff8e5;
2022-04-25 20:02:20 +02:00
$pale-red: hsl(10.8, 100%, 94.9%);
2022-01-23 21:42:49 +01:00
$contrast-yellow: #ffb900;
2022-04-25 20:02:20 +02:00
$contrast-red: #ff726b;
2022-05-02 13:46:53 +02:00
$dark-red: hsl(2.8, 100%, 34%);