Color names in this palette
CSS code for this palette
/* CSS */
.prettiest-pink {
color: #e1a3c8;
}
.parrot-tulip {
color: #f0c1d3;
}
.dwarven-peaches {
color: #ff9e7a;
}
.caduceus-gold {
color: #ffed66;
}
.expressionism-green {
color: #50b99f;
}
/* CSS Variables */
:root {
--prettiest-pink:#e1a3c8;
--parrot-tulip:#f0c1d3;
--dwarven-peaches:#ff9e7a;
--caduceus-gold:#ffed66;
--expressionism-green:#50b99f;
}