Color names in this palette
CSS code for this palette
/* CSS */
.magenta-haze {
color: #a34d72;
}
.lipstick-pink {
color: #c07c8a;
}
.seasonal-beige {
color: #e5b59f;
}
.my-fair-lady {
color: #f4c4c3;
}
.garden-rose-white {
color: #f8e9d3;
}
/* CSS Variables */
:root {
--magenta-haze:#a34d72;
--lipstick-pink:#c07c8a;
--seasonal-beige:#e5b59f;
--my-fair-lady:#f4c4c3;
--garden-rose-white:#f8e9d3;
}