Color names in this palette
CSS code for this palette
/* CSS */
.temptatious-tangerine {
color: #ff7e2e;
}
.au-gratin {
color: #ff9d47;
}
.desert-dessert {
color: #ffb86b;
}
.goldenrod-yellow {
color: #ffcd8f;
}
.mouse-nose {
color: #ffe4b3;
}
/* CSS Variables */
:root {
--temptatious-tangerine:#ff7e2e;
--au-gratin:#ff9d47;
--desert-dessert:#ffb86b;
--goldenrod-yellow:#ffcd8f;
--mouse-nose:#ffe4b3;
}