Color names in this palette
CSS code for this palette
/* CSS */
.rosebud-cherry {
color: #8d2a52;
}
.ancient-fuchsia {
color: #a14567;
}
.silk-ribbon {
color: #c56d8d;
}
.sweet-60 {
color: #f59eae;
}
.cherry-blossom-pink {
color: #ffb3c6;
}
/* CSS Variables */
:root {
--rosebud-cherry:#8d2a52;
--ancient-fuchsia:#a14567;
--silk-ribbon:#c56d8d;
--sweet-60:#f59eae;
--cherry-blossom-pink:#ffb3c6;
}