Color names in this palette
CSS code for this palette
/* CSS */
.creamy-lemon {
color: #fff1b3;
}
.equator-glow {
color: #fce7a1;
}
.sunshine {
color: #f8d377;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.hotter-butter {
color: #e68a00;
}
/* CSS Variables */
:root {
--creamy-lemon:#fff1b3;
--equator-glow:#fce7a1;
--sunshine:#f8d377;
--apricot-glazed-chicken:#f5a524;
--hotter-butter:#e68a00;
}