Color names in this palette
CSS code for this palette
/* CSS */
.thistle {
color: #d8c0d8;
}
.prettiest-pink {
color: #e6a2c8;
}
.pink-marshmallow {
color: #f5b7d2;
}
.poodle-skirt {
color: #ffb3ba;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--thistle:#d8c0d8;
--prettiest-pink:#e6a2c8;
--pink-marshmallow:#f5b7d2;
--poodle-skirt:#ffb3ba;
--grapefruit-pulp:#ff6e61;
}