Color names in this palette
CSS code for this palette
/* CSS */
.tamale-maize {
color: #f7e8b6;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.dried-goldenrod {
color: #e5a32a;
}
.glitzy-gold {
color: #d6a12e;
}
.sun-dial {
color: #c99d36;
}
/* CSS Variables */
:root {
--tamale-maize:#f7e8b6;
--solar-plexus-chakra:#f1c84b;
--dried-goldenrod:#e5a32a;
--glitzy-gold:#d6a12e;
--sun-dial:#c99d36;
}