Color names in this palette
CSS code for this palette
/* CSS */
.storm-lightning {
color: #f7e59c;
}
.maize {
color: #f4d04e;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.dried-goldenrod {
color: #e6a92d;
}
.bitter-orange {
color: #d47d25;
}
/* CSS Variables */
:root {
--storm-lightning:#f7e59c;
--maize:#f4d04e;
--solar-plexus-chakra:#f1c84b;
--dried-goldenrod:#e6a92d;
--bitter-orange:#d47d25;
}