Color names in this palette
CSS code for this palette
/* CSS */
.elastic-pink {
color: #f0a3c7;
}
.dough-yellow {
color: #f7d1b6;
}
.hinoki {
color: #f9deb4;
}
.eyelash-viper {
color: #f5c54d;
}
.basketball {
color: #ed6c31;
}
/* CSS Variables */
:root {
--elastic-pink:#f0a3c7;
--dough-yellow:#f7d1b6;
--hinoki:#f9deb4;
--eyelash-viper:#f5c54d;
--basketball:#ed6c31;
}