Color names in this palette
CSS code for this palette
/* CSS */
.butter-cream {
color: #f1b341;
}
.solar-fusion {
color: #d6a043;
}
.mulberry-thorn {
color: #c57a2b;
}
.dirt-yellow {
color: #906c2c;
}
.witch-s-cottage {
color: #4c3c24;
}
/* CSS Variables */
:root {
--butter-cream:#f1b341;
--solar-fusion:#d6a043;
--mulberry-thorn:#c57a2b;
--dirt-yellow:#906c2c;
--witch-s-cottage:#4c3c24;
}