Color names in this palette
CSS code for this palette
/* CSS */
.flamingo-feather {
color: #fbbcd9;
}
.rose-mallow {
color: #f7a6c9;
}
.sachet-pink {
color: #f28cba;
}
.god-s-own-junkyard-pink {
color: #f76998;
}
.power-peony {
color: #f05682;
}
/* CSS Variables */
:root {
--flamingo-feather:#fbbcd9;
--rose-mallow:#f7a6c9;
--sachet-pink:#f28cba;
--god-s-own-junkyard-pink:#f76998;
--power-peony:#f05682;
}