Color names in this palette
CSS code for this palette
/* CSS */
.petals-unfolding {
color: #f4b8c4;
}
.rogue-pink {
color: #f4a4c1;
}
.tea-rose {
color: #f28cbe;
}
.pop-that-gum {
color: #f07ab3;
}
.fugitive-flamingo {
color: #e864a4;
}
/* CSS Variables */
:root {
--petals-unfolding:#f4b8c4;
--rogue-pink:#f4a4c1;
--tea-rose:#f28cbe;
--pop-that-gum:#f07ab3;
--fugitive-flamingo:#e864a4;
}