Color names in this palette
CSS code for this palette
/* CSS */
.baby-steps {
color: #f7cadb;
}
.pink-fit {
color: #f9a4b4;
}
.flower-blossom-pink {
color: #f57f8d;
}
.calypso-coral {
color: #ea4d62;
}
.azalea {
color: #d13d5d;
}
/* CSS Variables */
:root {
--baby-steps:#f7cadb;
--pink-fit:#f9a4b4;
--flower-blossom-pink:#f57f8d;
--calypso-coral:#ea4d62;
--azalea:#d13d5d;
}