Color names in this palette
CSS code for this palette
/* CSS */
.maple-glaze {
color: #a86a3e;
}
.jasper-orange {
color: #da8f4e;
}
.golden-hour {
color: #f2b55a;
}
.caramel-mousse {
color: #e4c8a5;
}
.smooth-coffee {
color: #5c4d4d;
}
/* CSS Variables */
:root {
--maple-glaze:#a86a3e;
--jasper-orange:#da8f4e;
--golden-hour:#f2b55a;
--caramel-mousse:#e4c8a5;
--smooth-coffee:#5c4d4d;
}