Color names in this palette
CSS code for this palette
/* CSS */
.child-s-play {
color: #e8bbd3;
}
.sparkling-pink {
color: #f4c8e5;
}
.cookies-and-cream {
color: #f0e0b2;
}
.witty-green {
color: #b5d9a0;
}
.mint-ice-cream {
color: #9acbb7;
}
/* CSS Variables */
:root {
--child-s-play:#e8bbd3;
--sparkling-pink:#f4c8e5;
--cookies-and-cream:#f0e0b2;
--witty-green:#b5d9a0;
--mint-ice-cream:#9acbb7;
}