Color names in this palette
CSS code for this palette
/* CSS */
.possessed-plum {
color: #7a2e5c;
}
.magenta-haze {
color: #a14f75;
}
.hopbush {
color: #d06c8f;
}
.pink-bubble-tea {
color: #f9b9c4;
}
.cradle-pillow {
color: #f3d3d8;
}
/* CSS Variables */
:root {
--possessed-plum:#7a2e5c;
--magenta-haze:#a14f75;
--hopbush:#d06c8f;
--pink-bubble-tea:#f9b9c4;
--cradle-pillow:#f3d3d8;
}