Color names in this palette
CSS code for this palette
/* CSS */
.whipped-peach {
color: #f9cbae;
}
.candy-heart-pink {
color: #f7a1a1;
}
.shell-pink {
color: #f67e7e;
}
.x-marks-the-spot {
color: #e34a4a;
}
.peri-peri {
color: #c82d2d;
}
/* CSS Variables */
:root {
--whipped-peach:#f9cbae;
--candy-heart-pink:#f7a1a1;
--shell-pink:#f67e7e;
--x-marks-the-spot:#e34a4a;
--peri-peri:#c82d2d;
}