Color names in this palette
CSS code for this palette
/* CSS */
.prettiest-pink {
color: #e7a6c4;
}
.carnation-bouquet {
color: #f5c2cf;
}
.cameo-cream {
color: #f4e3c3;
}
.chickery-chick {
color: #f9eb90;
}
.rajah {
color: #f7a85e;
}
/* CSS Variables */
:root {
--prettiest-pink:#e7a6c4;
--carnation-bouquet:#f5c2cf;
--cameo-cream:#f4e3c3;
--chickery-chick:#f9eb90;
--rajah:#f7a85e;
}