Color names in this palette
CSS code for this palette
/* CSS */
.flamingo-feather {
color: #fbbcd9;
}
.rogue-pink {
color: #f6a2c6;
}
.sachet-pink {
color: #f08aaf;
}
.shadow-azalea-pink {
color: #e56c94;
}
.feverish-passion {
color: #da4e7f;
}
/* CSS Variables */
:root {
--flamingo-feather:#fbbcd9;
--rogue-pink:#f6a2c6;
--sachet-pink:#f08aaf;
--shadow-azalea-pink:#e56c94;
--feverish-passion:#da4e7f;
}