Add brand colour variables
This commit is contained in:
parent
3162d45c5e
commit
8c6365d2a3
|
@ -2,6 +2,15 @@
|
||||||
--background: #ffffff;
|
--background: #ffffff;
|
||||||
--ink: #000000;
|
--ink: #000000;
|
||||||
|
|
||||||
|
/* Brand colours */
|
||||||
|
--bb-coral: #FF4E4E;
|
||||||
|
--bb-coral-light: #F97777;
|
||||||
|
--bb-indigo: #6E56FF;
|
||||||
|
--bb-indigo-light: #9F8FFF;
|
||||||
|
--bb-lime: #ECFFB5;
|
||||||
|
--bb-forest-green: #053835;
|
||||||
|
--bb-beige: #F6EFEA;
|
||||||
|
|
||||||
--grey-1: #fafafa;
|
--grey-1: #fafafa;
|
||||||
--grey-2: #f5f5f5;
|
--grey-2: #f5f5f5;
|
||||||
--grey-3: #eeeeee;
|
--grey-3: #eeeeee;
|
||||||
|
|
Loading…
Reference in New Issue