]> git.ipfire.org Git - ipfire.org.git/blame - static/scss/_colors.scss
Added Bootstrap 4.0.0-alpha 6, new images and mockups for the new layout.
[ipfire.org.git] / static / scss / _colors.scss
CommitLineData
b2051dd7
S
1$red_900: #b71c1c;
2$red_600: #e53935;
3
4$amber_800: #ff8f00;
5$yellow_700: #fbc02d;
6
7$blue_700: #1976d2;
8$blue_400: #42a5f5;
9
10$green_600: #43a047;
11$green_400: #66bb6a;
12
13$blue_grey_900: #263238;
14$blue_grey_700: #455a64;
15$blue_grey_600: #546e7a;
16$blue_grey_300: #90a4ae;
17$blue_grey_50: #eceff1;
18
19$black: #000;
20$white: #fff;
21
22$deep_orange_a400: #ff3d00;
23
24$cyan: #00bcd4;