Color names in this palette
CSS code for this palette
/* CSS */
.everblooming {
color: #f1c6b7;
}
.coral-fountain {
color: #e2a8a1;
}
.pink-slip {
color: #d48b87;
}
.antique-pink {
color: #c27670;
}
.redwood-city {
color: #b55e5a;
}
/* CSS Variables */
:root {
--everblooming:#f1c6b7;
--coral-fountain:#e2a8a1;
--pink-slip:#d48b87;
--antique-pink:#c27670;
--redwood-city:#b55e5a;
}