Color names in this palette
CSS code for this palette
/* CSS */
.mars-red {
color: #c92c39;
}
.capocollo {
color: #d8544f;
}
.orange-gluttony {
color: #e77e23;
}
.sunshine-mellow {
color: #f1c40e;
}
.ufo-green {
color: #2ecc70;
}
/* CSS Variables */
:root {
--mars-red:#c92c39;
--capocollo:#d8544f;
--orange-gluttony:#e77e23;
--sunshine-mellow:#f1c40e;
--ufo-green:#2ecc70;
}