Color names in this palette
CSS code for this palette
/* CSS */
.peach-damask {
color: #f7c6a6;
}
.antique-cameo {
color: #f3b7a0;
}
.coral-bead {
color: #f19c93;
}
.bonker-pink {
color: #ef4d7b;
}
.mulberry-yogurt {
color: #c84c8a;
}
/* CSS Variables */
:root {
--peach-damask:#f7c6a6;
--antique-cameo:#f3b7a0;
--coral-bead:#f19c93;
--bonker-pink:#ef4d7b;
--mulberry-yogurt:#c84c8a;
}