Color names in this palette
CSS code for this palette
/* CSS */
.mars-red {
color: #c92c39;
}
.glazed-carrot {
color: #e5682a;
}
.dairy-made {
color: #f2b53a;
}
.fresh-oregano {
color: #4ca96c;
}
.exotic-purple {
color: #6b4e79;
}
/* CSS Variables */
:root {
--mars-red:#c92c39;
--glazed-carrot:#e5682a;
--dairy-made:#f2b53a;
--fresh-oregano:#4ca96c;
--exotic-purple:#6b4e79;
}