Color names in this palette
CSS code for this palette
/* CSS */
.cherry-flower {
color: #f8d8e8;
}
.garden-glory {
color: #fbc1d3;
}
.pink-fit {
color: #f6a7b6;
}
.flower-blossom-pink {
color: #f07a8a;
}
.bubblegum {
color: #e85e7a;
}
/* CSS Variables */
:root {
--cherry-flower:#f8d8e8;
--garden-glory:#fbc1d3;
--pink-fit:#f6a7b6;
--flower-blossom-pink:#f07a8a;
--bubblegum:#e85e7a;
}