Color names in this palette
CSS code for this palette
/* CSS */
.etruscan-red {
color: #c92c3c;
}
.charleston-cherry {
color: #a0464d;
}
.majestic-orchid {
color: #8b5b6f;
}
.ivy-wreath {
color: #6e8c7b;
}
.oregano-green {
color: #4da33e;
}
/* CSS Variables */
:root {
--etruscan-red:#c92c3c;
--charleston-cherry:#a0464d;
--majestic-orchid:#8b5b6f;
--ivy-wreath:#6e8c7b;
--oregano-green:#4da33e;
}