Color names in this palette
CSS code for this palette
/* CSS */
.westfall-yellow {
color: #f9d64e;
}
.maize {
color: #f3d353;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.butter-cream {
color: #f6b141;
}
.fire-flower {
color: #f68d31;
}
/* CSS Variables */
:root {
--westfall-yellow:#f9d64e;
--maize:#f3d353;
--solar-plexus-chakra:#f1c84b;
--butter-cream:#f6b141;
--fire-flower:#f68d31;
}