Color names in this palette
CSS code for this palette
/* CSS */
.muddy-mauve {
color: #e6b2c9;
}
.in-the-pink {
color: #f2c5d3;
}
.marshmallow-rose {
color: #f7e4e5;
}
.desert-star {
color: #f9f0e1;
}
.pale-coral {
color: #f1d1b6;
}
/* CSS Variables */
:root {
--muddy-mauve:#e6b2c9;
--in-the-pink:#f2c5d3;
--marshmallow-rose:#f7e4e5;
--desert-star:#f9f0e1;
--pale-coral:#f1d1b6;
}