Color names in this palette
CSS code for this palette
/* CSS */
.cakepop-sorbet {
color: #f8c749;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.consumed-by-fire {
color: #f47f1f;
}
.tangerine-bliss {
color: #d95d30;
}
.spiced-up {
color: #b04636;
}
/* CSS Variables */
:root {
--cakepop-sorbet:#f8c749;
--apricot-glazed-chicken:#f5a524;
--consumed-by-fire:#f47f1f;
--tangerine-bliss:#d95d30;
--spiced-up:#b04636;
}