Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f3a5c4;
}
.carmine-rose {
color: #e85e8f;
}
.mulberry-yogurt {
color: #c94a8e;
}
.amaranth-deep-purple {
color: #9c2b6d;
}
.windsor-wine {
color: #5c2e3d;
}
/* CSS Variables */
:root {
--rose-mallow:#f3a5c4;
--carmine-rose:#e85e8f;
--mulberry-yogurt:#c94a8e;
--amaranth-deep-purple:#9c2b6d;
--windsor-wine:#5c2e3d;
}