Color names in this palette
CSS code for this palette
/* CSS */
.flirty-rose {
color: #d45e8d;
}
.pink-fit {
color: #f2a6b1;
}
.pink-frosting {
color: #f7d9e2;
}
.everlasting {
color: #a2bfd7;
}
.anise-flower {
color: #f4e2b4;
}
/* CSS Variables */
:root {
--flirty-rose:#d45e8d;
--pink-fit:#f2a6b1;
--pink-frosting:#f7d9e2;
--everlasting:#a2bfd7;
--anise-flower:#f4e2b4;
}