Color names in this palette
CSS code for this palette
/* CSS */
.peach-damask {
color: #f6c4a7;
}
.young-crab {
color: #f5a29e;
}
.melon-baby {
color: #f47c6c;
}
.x-marks-the-spot {
color: #e34a4a;
}
.eros-pink {
color: #c84c6b;
}
/* CSS Variables */
:root {
--peach-damask:#f6c4a7;
--young-crab:#f5a29e;
--melon-baby:#f47c6c;
--x-marks-the-spot:#e34a4a;
--eros-pink:#c84c6b;
}