Color names in this palette
CSS code for this palette
/* CSS */
.soft-butter {
color: #f3e1b4;
}
.peach-damask {
color: #f7c6a6;
}
.cherrystone {
color: #f69a8e;
}
.momo-peach {
color: #f5757c;
}
.calypso-coral {
color: #ef4d62;
}
/* CSS Variables */
:root {
--soft-butter:#f3e1b4;
--peach-damask:#f7c6a6;
--cherrystone:#f69a8e;
--momo-peach:#f5757c;
--calypso-coral:#ef4d62;
}