Color names in this palette
CSS code for this palette
/* CSS */
.lovely-breeze {
color: #f7d9e5;
}
.rhodonite {
color: #f4b4c4;
}
.peach-burst {
color: #f19898;
}
.breeze-of-chilli {
color: #f36d6d;
}
.x-marks-the-spot {
color: #e34a4a;
}
/* CSS Variables */
:root {
--lovely-breeze:#f7d9e5;
--rhodonite:#f4b4c4;
--peach-burst:#f19898;
--breeze-of-chilli:#f36d6d;
--x-marks-the-spot:#e34a4a;
}