Color names in this palette
CSS code for this palette
/* CSS */
.harissa-red {
color: #a12d2b;
}
.red-trillium {
color: #c34b4d;
}
.cremini {
color: #d3a03c;
}
.golden-yarrow {
color: #e6c74c;
}
.flame-seal {
color: #f2e15f;
}
/* CSS Variables */
:root {
--harissa-red:#a12d2b;
--red-trillium:#c34b4d;
--cremini:#d3a03c;
--golden-yarrow:#e6c74c;
--flame-seal:#f2e15f;
}