Color names in this palette
CSS code for this palette
/* CSS */
.prettiest-pink {
color: #e3a1c2;
}
.pink-marshmallow {
color: #f2b5d4;
}
.blended-fruit {
color: #f9e1a4;
}
.yellow-mask {
color: #f5d356;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--prettiest-pink:#e3a1c2;
--pink-marshmallow:#f2b5d4;
--blended-fruit:#f9e1a4;
--yellow-mask:#f5d356;
--welcoming-wasp:#f0a800;
}