Color names in this palette
CSS code for this palette
/* CSS */
.prettiest-pink {
color: #e8a1c7;
}
.in-the-pink {
color: #f2c5d3;
}
.pink-cattleya {
color: #ffb3d0;
}
.goldenrod-yellow {
color: #ffcb8f;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--prettiest-pink:#e8a1c7;
--in-the-pink:#f2c5d3;
--pink-cattleya:#ffb3d0;
--goldenrod-yellow:#ffcb8f;
--grapefruit-pulp:#ff6e61;
}