Color names in this palette
CSS code for this palette
/* CSS */
.storm-lightning {
color: #f6e79d;
}
.forsythia-blossom {
color: #f4d66c;
}
.eyelash-viper {
color: #f0c54c;
}
.midsummer-gold {
color: #e9b52f;
}
.golden-beryl-yellow {
color: #d6a800;
}
/* CSS Variables */
:root {
--storm-lightning:#f6e79d;
--forsythia-blossom:#f4d66c;
--eyelash-viper:#f0c54c;
--midsummer-gold:#e9b52f;
--golden-beryl-yellow:#d6a800;
}