Color names in this palette
CSS code for this palette
/* CSS */
.pink-marshmallow {
color: #f1b7d2;
}
.prettiest-pink {
color: #e6a2c8;
}
.middle-purple {
color: #d67ab5;
}
.rose-violet {
color: #c64e9a;
}
.vivid-viola {
color: #a63f7d;
}
/* CSS Variables */
:root {
--pink-marshmallow:#f1b7d2;
--prettiest-pink:#e6a2c8;
--middle-purple:#d67ab5;
--rose-violet:#c64e9a;
--vivid-viola:#a63f7d;
}