Color names in this palette
CSS code for this palette
/* CSS */
.flirty-rose {
color: #d55d8b;
}
.sprinkled-with-pink {
color: #e8a1b0;
}
.baby-steps {
color: #f8c9d9;
}
.frolic {
color: #f8e6e2;
}
.sweetheart {
color: #f1c1d6;
}
/* CSS Variables */
:root {
--flirty-rose:#d55d8b;
--sprinkled-with-pink:#e8a1b0;
--baby-steps:#f8c9d9;
--frolic:#f8e6e2;
--sweetheart:#f1c1d6;
}