Color names in this palette
CSS code for this palette
/* CSS */
.pink-bubble-tea {
color: #f9b9c4;
}
.emperor-s-children {
color: #f6a2b7;
}
.pink-carnation {
color: #f07f9d;
}
.blush-d-amour {
color: #e65c83;
}
.fruit-dove {
color: #c94f6e;
}
/* CSS Variables */
:root {
--pink-bubble-tea:#f9b9c4;
--emperor-s-children:#f6a2b7;
--pink-carnation:#f07f9d;
--blush-d-amour:#e65c83;
--fruit-dove:#c94f6e;
}