Color names in this palette
CSS code for this palette
/* CSS */
.mars-red {
color: #c92c39;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.golden-apples {
color: #f2d750;
}
.overgrowth {
color: #8dc43b;
}
.middle-green {
color: #4a8c5a;
}
/* CSS Variables */
:root {
--mars-red:#c92c39;
--apricot-glazed-chicken:#f5a524;
--golden-apples:#f2d750;
--overgrowth:#8dc43b;
--middle-green:#4a8c5a;
}