Color names in this palette
CSS code for this palette
/* CSS */
.pink-marshmallow {
color: #f2b1d4;
}
.prettiest-pink {
color: #e8a1c7;
}
.firm-pink {
color: #d58bc7;
}
.lavender-blossom {
color: #b77ed7;
}
.fuchsia-blue {
color: #7b4cc2;
}
/* CSS Variables */
:root {
--pink-marshmallow:#f2b1d4;
--prettiest-pink:#e8a1c7;
--firm-pink:#d58bc7;
--lavender-blossom:#b77ed7;
--fuchsia-blue:#7b4cc2;
}