Color names in this palette
CSS code for this palette
/* CSS */
.in-the-pink {
color: #f2c5d3;
}
.chantilly {
color: #eab8c8;
}
.always-rosey {
color: #e59fb3;
}
.impatient-pink {
color: #d87d94;
}
.ripe-cherry {
color: #c05472;
}
/* CSS Variables */
:root {
--in-the-pink:#f2c5d3;
--chantilly:#eab8c8;
--always-rosey:#e59fb3;
--impatient-pink:#d87d94;
--ripe-cherry:#c05472;
}