Color names in this palette
CSS code for this palette
/* CSS */
.prettiest-pink {
color: #e0a3c6;
}
.cor-de-pele {
color: #f5c2c2;
}
.open-sesame {
color: #f9e1a9;
}
.eyelash-viper {
color: #f0c54c;
}
.frugal {
color: #a4dab7;
}
/* CSS Variables */
:root {
--prettiest-pink:#e0a3c6;
--cor-de-pele:#f5c2c2;
--open-sesame:#f9e1a9;
--eyelash-viper:#f0c54c;
--frugal:#a4dab7;
}