Developing notes

/* CSS HEX */
--crail: #b6553c;
--espresso: #5f1e1a;
--black: #050404;
--cream-can: #f1d068;
--coffee-bean: #2f0e0d;
--camouflage-green: #798673;
--cape-cod: #3a4746;
--tuna: #363946;
--topaz: #7c7888;


/* SCSS HEX */
$crail: #b6553c;
$espresso: #5f1e1a;
$black: #050404;
$cream-can: #f1d068;
$coffee-bean: #2f0e0d;
$camouflage-green: #798673;
$cape-cod: #3a4746;
$tuna: #363946;
$topaz: #7c7888;


/* SCSS RGB */
--crail: rgba(182,85,60,1);
--espresso: rgba(95,30,26,1);
--black: rgba(5,4,4,1);
--cream-can: rgba(241,208,104,1);
--coffee-bean: rgba(47,14,13,1);
--camouflage-green: rgba(121,134,115,1);
--cape-cod: rgba(58,71,70,1);
--tuna: rgba(54,57,70,1);
--topaz: rgba(124,120,136,1);


0 Kudos

Comments

Displaying 0 of 0 comments ( View all | Add Comment )