Color names in this palette
CSS code for this palette
/* CSS */
.glitter-yellow {
color: #f9d75d;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.dulce-de-leche {
color: #d78b19;
}
.mid-century-furniture {
color: #a85f1a;
}
.witch-s-cottage {
color: #4c3d2a;
}
/* CSS Variables */
:root {
--glitter-yellow:#f9d75d;
--apricot-glazed-chicken:#f5a524;
--dulce-de-leche:#d78b19;
--mid-century-furniture:#a85f1a;
--witch-s-cottage:#4c3d2a;
}