Color names in this palette
CSS code for this palette
/* CSS */
.laelia-pink {
color: #f8c4e0;
}
.rose-mallow {
color: #f2a6c4;
}
.rosebloom {
color: #e68eb3;
}
.camellia-pink {
color: #d36f9f;
}
.dahlia-mauve {
color: #b65d8d;
}
/* CSS Variables */
:root {
--laelia-pink:#f8c4e0;
--rose-mallow:#f2a6c4;
--rosebloom:#e68eb3;
--camellia-pink:#d36f9f;
--dahlia-mauve:#b65d8d;
}