Color names in this palette
CSS code for this palette
/* CSS */
.etruscan-red {
color: #c92c3c;
}
.medium-vermilion {
color: #d75e3c;
}
.zucchini-flower {
color: #e9a84e;
}
.sorreno-lemon {
color: #f2d15a;
}
.may-green {
color: #4c8c40;
}
/* CSS Variables */
:root {
--etruscan-red:#c92c3c;
--medium-vermilion:#d75e3c;
--zucchini-flower:#e9a84e;
--sorreno-lemon:#f2d15a;
--may-green:#4c8c40;
}