Color names in this palette
CSS code for this palette
/* CSS */
.flamingo-feather {
color: #fbbcd9;
}
.violet-kiss {
color: #f2a6d4;
}
.fuchsia-blush {
color: #e87db6;
}
.flirty-rose {
color: #d95e99;
}
.cranberry-splash {
color: #da4e61;
}
/* CSS Variables */
:root {
--flamingo-feather:#fbbcd9;
--violet-kiss:#f2a6d4;
--fuchsia-blush:#e87db6;
--flirty-rose:#d95e99;
--cranberry-splash:#da4e61;
}