Color names in this palette
CSS code for this palette
/* CSS */
.harissa-red {
color: #a62b2b;
}
.bricks-of-hope {
color: #d75b5b;
}
.calabrese {
color: #f5a8a8;
}
.peach-scone {
color: #ffbdbd;
}
.ladylike {
color: #ffc2c2;
}
/* CSS Variables */
:root {
--harissa-red:#a62b2b;
--bricks-of-hope:#d75b5b;
--calabrese:#f5a8a8;
--peach-scone:#ffbdbd;
--ladylike:#ffc2c2;
}