Color names in this palette
CSS code for this palette
/* CSS */
.etruscan-red {
color: #c92c3c;
}
.glenwood-green {
color: #a9d1b5;
}
.marigold-dust {
color: #f4cf3e;
}
.grapes-of-italy {
color: #6a4a8c;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--etruscan-red:#c92c3c;
--glenwood-green:#a9d1b5;
--marigold-dust:#f4cf3e;
--grapes-of-italy:#6a4a8c;
--grapefruit-pulp:#ff6e61;
}