Color names in this palette
CSS code for this palette
/* CSS */
.honeycomb {
color: #d9a90d;
}
.nanohanacha-gold {
color: #e1b72d;
}
.eyelash-viper {
color: #f3c74f;
}
.yellow-dragon {
color: #f7e37e;
}
.bleached-sunflower {
color: #fce8a6;
}
/* CSS Variables */
:root {
--honeycomb:#d9a90d;
--nanohanacha-gold:#e1b72d;
--eyelash-viper:#f3c74f;
--yellow-dragon:#f7e37e;
--bleached-sunflower:#fce8a6;
}