Color names in this palette
CSS code for this palette
/* CSS */
.flamingo-feather {
color: #fbbcd9;
}
.pink-marshmallow {
color: #f4b4d4;
}
.sweet-lilac {
color: #eab8d0;
}
.prettiest-pink {
color: #e3a1c2;
}
.wild-orchid {
color: #d57ca8;
}
/* CSS Variables */
:root {
--flamingo-feather:#fbbcd9;
--pink-marshmallow:#f4b4d4;
--sweet-lilac:#eab8d0;
--prettiest-pink:#e3a1c2;
--wild-orchid:#d57ca8;
}