Color names in this palette
CSS code for this palette
/* CSS */
.peach-damask {
color: #f7c5a6;
}
.wisley-pink {
color: #f2a39c;
}
.porcelain-rose {
color: #e86d6d;
}
.celestial-coral {
color: #e03e4e;
}
.cherry-lolly {
color: #c83c5a;
}
/* CSS Variables */
:root {
--peach-damask:#f7c5a6;
--wisley-pink:#f2a39c;
--porcelain-rose:#e86d6d;
--celestial-coral:#e03e4e;
--cherry-lolly:#c83c5a;
}