Color names in this palette
CSS code for this palette
/* CSS */
.laelia-pink {
color: #f8c4e0;
}
.rose-mallow {
color: #f2a6c7;
}
.chewing-gum-pink {
color: #e490ba;
}
.strawberry-freeze {
color: #c67ba4;
}
.kyo-purple {
color: #9f5b8c;
}
/* CSS Variables */
:root {
--laelia-pink:#f8c4e0;
--rose-mallow:#f2a6c7;
--chewing-gum-pink:#e490ba;
--strawberry-freeze:#c67ba4;
--kyo-purple:#9f5b8c;
}