Color names in this palette
CSS code for this palette
/* CSS */
.temptatious-tangerine {
color: #ff7e2e;
}
.au-gratin {
color: #ffa047;
}
.crispy-samosa {
color: #ffba66;
}
.brite-gold {
color: #ffdb8f;
}
.mouse-nose {
color: #ffe4b3;
}
/* CSS Variables */
:root {
--temptatious-tangerine:#ff7e2e;
--au-gratin:#ffa047;
--crispy-samosa:#ffba66;
--brite-gold:#ffdb8f;
--mouse-nose:#ffe4b3;
}