Color names in this palette
CSS code for this palette
/* CSS */
.fine-gold {
color: #daa82b;
}
.last-sunlight {
color: #e5b738;
}
.eyelash-viper {
color: #f1c54b;
}
.lighthouse-glow {
color: #f9d767;
}
.polka-dot-skirt {
color: #fce1a1;
}
/* CSS Variables */
:root {
--fine-gold:#daa82b;
--last-sunlight:#e5b738;
--eyelash-viper:#f1c54b;
--lighthouse-glow:#f9d767;
--polka-dot-skirt:#fce1a1;
}