Color names in this palette
CSS code for this palette
/* CSS */
.baby-steps {
color: #f9c8db;
}
.flower-girl {
color: #f297af;
}
.pink-explosion {
color: #f76e89;
}
.fuchsia-felicity {
color: #f74b70;
}
.t-natiuh-red {
color: #d03e54;
}
/* CSS Variables */
:root {
--baby-steps:#f9c8db;
--flower-girl:#f297af;
--pink-explosion:#f76e89;
--fuchsia-felicity:#f74b70;
--t-natiuh-red:#d03e54;
}