Color names in this palette
CSS code for this palette
/* CSS */
.extreme-carrot {
color: #ff6d2e;
}
.au-gratin {
color: #ffa047;
}
.crispy-samosa {
color: #ffba66;
}
.essentially-bright {
color: #ffdf9e;
}
.natural-wool {
color: #fff5d6;
}
/* CSS Variables */
:root {
--extreme-carrot:#ff6d2e;
--au-gratin:#ffa047;
--crispy-samosa:#ffba66;
--essentially-bright:#ffdf9e;
--natural-wool:#fff5d6;
}