Color names in this palette
CSS code for this palette
/* CSS */
.yellow-cattleya {
color: #fff04d;
}
.gilded {
color: #f5e14d;
}
.banana-drama {
color: #f2d34a;
}
.eyelash-viper {
color: #f0c54c;
}
.va-va-voom {
color: #e4b54e;
}
/* CSS Variables */
:root {
--yellow-cattleya:#fff04d;
--gilded:#f5e14d;
--banana-drama:#f2d34a;
--eyelash-viper:#f0c54c;
--va-va-voom:#e4b54e;
}