Color names in this palette
CSS code for this palette
/* CSS */
.laelia-pink {
color: #f8c4e0;
}
.rose-mallow {
color: #f5a8cb;
}
.oleander-pink {
color: #f25a9c;
}
.pink-peacock {
color: #d4256b;
}
.cherry-plum {
color: #a3004c;
}
/* CSS Variables */
:root {
--laelia-pink:#f8c4e0;
--rose-mallow:#f5a8cb;
--oleander-pink:#f25a9c;
--pink-peacock:#d4256b;
--cherry-plum:#a3004c;
}