Color names in this palette
CSS code for this palette
/* CSS */
.american-yellow {
color: #f5b400;
}
.orange-gluttony {
color: #e77e23;
}
.mandarin-red {
color: #e74d3c;
}
.blue-damselfly {
color: #3398db;
}
.ufo-green {
color: #2ecc70;
}
/* CSS Variables */
:root {
--american-yellow:#f5b400;
--orange-gluttony:#e77e23;
--mandarin-red:#e74d3c;
--blue-damselfly:#3398db;
--ufo-green:#2ecc70;
}