Color names in this palette
CSS code for this palette
/* CSS */
.red-vitality {
color: #a21a1a;
}
.orange-gluttony {
color: #e77e23;
}
.sunshine-mellow {
color: #f1c40e;
}
.ufo-green {
color: #2ecc70;
}
.blue-damselfly {
color: #3398db;
}
/* CSS Variables */
:root {
--red-vitality:#a21a1a;
--orange-gluttony:#e77e23;
--sunshine-mellow:#f1c40e;
--ufo-green:#2ecc70;
--blue-damselfly:#3398db;
}