Color names in this palette
CSS code for this palette
/* CSS */
.laelia-pink {
color: #f8c9dc;
}
.rose-mallow {
color: #f1a7c8;
}
.pressed-flower {
color: #d28eb8;
}
.nocturnal-rose {
color: #c9699c;
}
.magenta-haze {
color: #a44c73;
}
/* CSS Variables */
:root {
--laelia-pink:#f8c9dc;
--rose-mallow:#f1a7c8;
--pressed-flower:#d28eb8;
--nocturnal-rose:#c9699c;
--magenta-haze:#a44c73;
}