Color names in this palette
CSS code for this palette
/* CSS */
.flamingo-feather {
color: #fbbcd9;
}
.miami-pink {
color: #f7c5d9;
}
.pastel-magenta {
color: #f3a0c8;
}
.pop-that-gum {
color: #f278b3;
}
.flirty-rose {
color: #d85a95;
}
/* CSS Variables */
:root {
--flamingo-feather:#fbbcd9;
--miami-pink:#f7c5d9;
--pastel-magenta:#f3a0c8;
--pop-that-gum:#f278b3;
--flirty-rose:#d85a95;
}