Color names in this palette
CSS code for this palette
/* CSS */
.pink-marshmallow {
color: #f2b5d4;
}
.be-my-valentine {
color: #f2a1c7;
}
.lavender-pink {
color: #d98ccf;
}
.middle-purple {
color: #d67ab6;
}
.rose-bud {
color: #b75c9f;
}
/* CSS Variables */
:root {
--pink-marshmallow:#f2b5d4;
--be-my-valentine:#f2a1c7;
--lavender-pink:#d98ccf;
--middle-purple:#d67ab6;
--rose-bud:#b75c9f;
}