Color names in this palette
CSS code for this palette
/* CSS */
.peach-damask {
color: #f7c6a6;
}
.first-date {
color: #f6b4a2;
}
.cherrystone {
color: #f69a8e;
}
.calypso-coral {
color: #f1505e;
}
.akuma {
color: #d33131;
}
/* CSS Variables */
:root {
--peach-damask:#f7c6a6;
--first-date:#f6b4a2;
--cherrystone:#f69a8e;
--calypso-coral:#f1505e;
--akuma:#d33131;
}