Color names in this palette
CSS code for this palette
/* CSS */
.pale-petunia {
color: #f9bec6;
}
.emperor-s-children {
color: #f2a1b6;
}
.flower-blossom-pink {
color: #f1798d;
}
.bubblegum {
color: #e85e75;
}
.geranium {
color: #d84b60;
}
/* CSS Variables */
:root {
--pale-petunia:#f9bec6;
--emperor-s-children:#f2a1b6;
--flower-blossom-pink:#f1798d;
--bubblegum:#e85e75;
--geranium:#d84b60;
}