Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f4c3da;
}
.elastic-pink {
color: #f0a3c7;
}
.bella-pink {
color: #e27e92;
}
.pink-punch {
color: #d24b6b;
}
.gooseberry {
color: #a43d5f;
}
/* CSS Variables */
:root {
--sweetheart:#f4c3da;
--elastic-pink:#f0a3c7;
--bella-pink:#e27e92;
--pink-punch:#d24b6b;
--gooseberry:#a43d5f;
}