Color names in this palette
CSS code for this palette
/* CSS */
.untamed-orange {
color: #d95a30;
}
.welcoming-wasp {
color: #f0a800;
}
.eyelash-viper {
color: #f0c54c;
}
.hawaiian-cream {
color: #f9e9b9;
}
.mandalay {
color: #b17b2b;
}
/* CSS Variables */
:root {
--untamed-orange:#d95a30;
--welcoming-wasp:#f0a800;
--eyelash-viper:#f0c54c;
--hawaiian-cream:#f9e9b9;
--mandalay:#b17b2b;
}