Color names in this palette
CSS code for this palette
/* CSS */
.emperor-s-children {
color: #f2a1b9;
}
.harmonious-rose {
color: #f495b8;
}
.cherry-blossom {
color: #f5c2d4;
}
.unburdened-pink {
color: #f9e7e7;
}
.matt-pink {
color: #ffb3c1;
}
/* CSS Variables */
:root {
--emperor-s-children:#f2a1b9;
--harmonious-rose:#f495b8;
--cherry-blossom:#f5c2d4;
--unburdened-pink:#f9e7e7;
--matt-pink:#ffb3c1;
}