Projekt

Obecné

Profil

Stáhnout (621 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
// Body
2
$body-bg: #f8fafc;
3

    
4
// Typography
5
$font-family-sans-serif: 'Nunito', sans-serif;
6
$font-size-base: 0.9rem;
7
$line-height-base: 1.6;
8

    
9
// Colors
10
$blue: #3490dc;
11
$indigo: #6574cd;
12
$purple: #9561e2;
13
$pink: #f66d9b;
14
$red: #e3342f;
15
$orange: #f6993f;
16
$yellow: #ffed4a;
17
$green: #38c172;
18
$teal: #4dc0b5;
19
$cyan: #6cb2eb;
20
$white: #ffffff;
21
$black: #000;
22

    
23
// Design colors
24
$pastel-grey: #ddd1b9;
25
$whey: #efdab3;
26
$desert-sand: #ead4b0;
27
$raisin-black: #272727;
28

    
29
// Theme colors
30
$theme-color-one: $white;
31
$theme-color-two: $pastel-grey;
32
$theme-color-three: $whey;
33
$theme-color-four: $desert-sand;
34
$theme-color-five: $raisin-black;
(2-2/3)