Color names in this palette
CSS code for this palette
/* CSS */
.cherry-blossom {
color: #f5c2d4;
}
.emperor-s-children {
color: #f7a1b4;
}
.strawberry-shortcake {
color: #f78d99;
}
.watermelon-juice {
color: #f45d8a;
}
.pink-yarrow {
color: #d63d7d;
}
/* CSS Variables */
:root {
--cherry-blossom:#f5c2d4;
--emperor-s-children:#f7a1b4;
--strawberry-shortcake:#f78d99;
--watermelon-juice:#f45d8a;
--pink-yarrow:#d63d7d;
}