Color names in this palette
CSS code for this palette
/* CSS */
.monza {
color: #c9031d;
}
.grieving-daylily {
color: #c85c1e;
}
.olive-ocher {
color: #c8ba1e;
}
.pea {
color: #a3c81e;
}
.walled-garden {
color: #1ec83d;
}
/* CSS Variables */
:root {
--monza:#c9031d;
--grieving-daylily:#c85c1e;
--olive-ocher:#c8ba1e;
--pea:#a3c81e;
--walled-garden:#1ec83d;
}