Color names in this palette
CSS code for this palette
/* CSS */
.pink-flambe {
color: #d64c7d;
}
.emperor-s-children {
color: #f2a1b4;
}
.cherry-blossom-pink {
color: #ffb8c6;
}
.flower-centre {
color: #fce6c5;
}
.odyssey-plum {
color: #e0c2c6;
}
/* CSS Variables */
:root {
--pink-flambe:#d64c7d;
--emperor-s-children:#f2a1b4;
--cherry-blossom-pink:#ffb8c6;
--flower-centre:#fce6c5;
--odyssey-plum:#e0c2c6;
}