Color names in this palette
CSS code for this palette
/* CSS */
.emperor-s-children {
color: #f2a1b4;
}
.nutter-butter {
color: #f7d5c5;
}
.dollop-of-cream {
color: #f7ebd4;
}
.applemint-soda {
color: #f1f7e9;
}
.glacial-water-green {
color: #c8ead6;
}
/* CSS Variables */
:root {
--emperor-s-children:#f2a1b4;
--nutter-butter:#f7d5c5;
--dollop-of-cream:#f7ebd4;
--applemint-soda:#f1f7e9;
--glacial-water-green:#c8ead6;
}