Color names in this palette
CSS code for this palette
/* CSS */
.fireflies {
color: #f7d9a6;
}
.butter-cream {
color: #f1b041;
}
.mineral-yellow {
color: #d69b3d;
}
.mandalay {
color: #b87e2e;
}
.texas-ranger-brown {
color: #a44d2d;
}
/* CSS Variables */
:root {
--fireflies:#f7d9a6;
--butter-cream:#f1b041;
--mineral-yellow:#d69b3d;
--mandalay:#b87e2e;
--texas-ranger-brown:#a44d2d;
}