Color names in this palette
CSS code for this palette
/* CSS */
.french-rose {
color: #ff4d88;
}
.hibiscus {
color: #be2d6e;
}
.festival-fuchsia {
color: #9e247f;
}
.her-fierceness {
color: #6b0f49;
}
.moth-orchid {
color: #d6006f;
}
/* CSS Variables */
:root {
--french-rose:#ff4d88;
--hibiscus:#be2d6e;
--festival-fuchsia:#9e247f;
--her-fierceness:#6b0f49;
--moth-orchid:#d6006f;
}