Color names in this palette
CSS code for this palette
/* CSS */
.eyelash-viper {
color: #f0c54c;
}
.tulip-tree {
color: #e1a73d;
}
.yamabukicha-gold {
color: #d17b1f;
}
.teaberry-blossom {
color: #b1483e;
}
.daisy-bush {
color: #5b3b8c;
}
/* CSS Variables */
:root {
--eyelash-viper:#f0c54c;
--tulip-tree:#e1a73d;
--yamabukicha-gold:#d17b1f;
--teaberry-blossom:#b1483e;
--daisy-bush:#5b3b8c;
}