Color names in this palette
CSS code for this palette
/* CSS */
.butter-muffin {
color: #f8dfb4;
}
.dandelion-wish {
color: #e3b664;
}
.turmeric-tea {
color: #d48e2b;
}
.beef-hotpot {
color: #a95f2d;
}
.roycroft-copper-red {
color: #7d3b2b;
}
/* CSS Variables */
:root {
--butter-muffin:#f8dfb4;
--dandelion-wish:#e3b664;
--turmeric-tea:#d48e2b;
--beef-hotpot:#a95f2d;
--roycroft-copper-red:#7d3b2b;
}