Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f1c6d8;
}
.ibis {
color: #f6b1c0;
}
.peach-punch {
color: #f69b98;
}
.lively-coral {
color: #e67b79;
}
.aphrodisiac {
color: #e05c63;
}
/* CSS Variables */
:root {
--sweetheart:#f1c6d8;
--ibis:#f6b1c0;
--peach-punch:#f69b98;
--lively-coral:#e67b79;
--aphrodisiac:#e05c63;
}