Color names in this palette
CSS code for this palette
/* CSS */
.harissa-red {
color: #a62b2b;
}
.coral-expression {
color: #d96d6d;
}
.calabrese {
color: #f1a8a2;
}
.salmon-eggs {
color: #f4d35d;
}
.flat-green {
color: #6c9a4c;
}
/* CSS Variables */
:root {
--harissa-red:#a62b2b;
--coral-expression:#d96d6d;
--calabrese:#f1a8a2;
--salmon-eggs:#f4d35d;
--flat-green:#6c9a4c;
}