Color names in this palette
CSS code for this palette
/* CSS */
.cakepop-sorbet {
color: #f8c749;
}
.yellow-stagshorn {
color: #fad85c;
}
.luminous-yellow {
color: #fce57e;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.mandarin-jelly {
color: #fa8900;
}
/* CSS Variables */
:root {
--cakepop-sorbet:#f8c749;
--yellow-stagshorn:#fad85c;
--luminous-yellow:#fce57e;
--apricot-glazed-chicken:#f5a524;
--mandarin-jelly:#fa8900;
}