Download this file

_variables.scss    29 lines (15 with data), 420 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
// Font Family
$primary-font : 'Poppins', sans-serif;
/*--------------------------- Color variations ----------------------*/
$primary-color : #988fff;
$title-color : #222222;
$text-color : #777777;
$white : #fff;
$offwhite : #f9f9ff;
$black : #222;
// $primary-color : #988fff;
// $title-color : #222222;
// $text-color : #777777;
// $white : #fff;
// $offwhite : #f9f9ff;
// $black : #222;