Color names in this palette
CSS code for this palette
/* CSS */
.antique-cameo {
color: #f5b8a3;
}
.loveable {
color: #f0c1c5;
}
.tender-peach {
color: #f7d5b6;
}
.eyelash-viper {
color: #f4c54e;
}
.ninjin-orange {
color: #e3a66d;
}
/* CSS Variables */
:root {
--antique-cameo:#f5b8a3;
--loveable:#f0c1c5;
--tender-peach:#f7d5b6;
--eyelash-viper:#f4c54e;
--ninjin-orange:#e3a66d;
}