Color names in this palette
CSS code for this palette
/* CSS */
.apricot-glazed-chicken {
color: #f5a524;
}
.sunny-mood {
color: #f7c94b;
}
.durango-dust {
color: #f9e19f;
}
.matcha-powder {
color: #a1d600;
}
.overgrown-mausoleum {
color: #4b8b2d;
}
/* CSS Variables */
:root {
--apricot-glazed-chicken:#f5a524;
--sunny-mood:#f7c94b;
--durango-dust:#f9e19f;
--matcha-powder:#a1d600;
--overgrown-mausoleum:#4b8b2d;
}