Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f1a7c7;
}
.rosy-nectar {
color: #f4c3e0;
}
.soft-lavender {
color: #f8e2f5;
}
.think-pink {
color: #e6a3c1;
}
.rambling-rose {
color: #d98c98;
}
/* CSS Variables */
:root {
--rose-mallow:#f1a7c7;
--rosy-nectar:#f4c3e0;
--soft-lavender:#f8e2f5;
--think-pink:#e6a3c1;
--rambling-rose:#d98c98;
}