Color names in this palette
CSS code for this palette
/* CSS */
.temptatious-tangerine {
color: #ff7e2e;
}
.tangerine-tango {
color: #ff9d4d;
}
.spiced-nectarine {
color: #ffbc70;
}
.brite-gold {
color: #ffdb8f;
}
.mouse-nose {
color: #ffe4b3;
}
/* CSS Variables */
:root {
--temptatious-tangerine:#ff7e2e;
--tangerine-tango:#ff9d4d;
--spiced-nectarine:#ffbc70;
--brite-gold:#ffdb8f;
--mouse-nose:#ffe4b3;
}