Color names in this palette
CSS code for this palette
/* CSS */
.nugget-gold {
color: #c49921;
}
.eyelash-viper {
color: #f3c74f;
}
.solar-storm {
color: #ffc16b;
}
.brite-gold {
color: #ffdb8f;
}
.sun-drenched {
color: #ffe5a3;
}
/* CSS Variables */
:root {
--nugget-gold:#c49921;
--eyelash-viper:#f3c74f;
--solar-storm:#ffc16b;
--brite-gold:#ffdb8f;
--sun-drenched:#ffe5a3;
}