Color names in this palette
CSS code for this palette
/* CSS */
.sundown {
color: #f5c99e;
}
.imam-ali-gold {
color: #f9e39a;
}
.marigold-dust {
color: #f4cf3e;
}
.honey-glow {
color: #eab543;
}
.citronite {
color: #d9b23a;
}
/* CSS Variables */
:root {
--sundown:#f5c99e;
--imam-ali-gold:#f9e39a;
--marigold-dust:#f4cf3e;
--honey-glow:#eab543;
--citronite:#d9b23a;
}