Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f1c1d6;
}
.flower-girl {
color: #f39baf;
}
.french-pink {
color: #f76e99;
}
.camellia-rose {
color: #e84f6b;
}
.calypso-berry {
color: #c43b4d;
}
/* CSS Variables */
:root {
--sweetheart:#f1c1d6;
--flower-girl:#f39baf;
--french-pink:#f76e99;
--camellia-rose:#e84f6b;
--calypso-berry:#c43b4d;
}