Color names in this palette
CSS code for this palette
/* CSS */
.harissa-red {
color: #a62b2b;
}
.dark-salmon {
color: #c65c4e;
}
.sun-bleached-ochre {
color: #e5a97b;
}
.lime-bright {
color: #f1e4b1;
}
.quark-white {
color: #e7f1e4;
}
/* CSS Variables */
:root {
--harissa-red:#a62b2b;
--dark-salmon:#c65c4e;
--sun-bleached-ochre:#e5a97b;
--lime-bright:#f1e4b1;
--quark-white:#e7f1e4;
}