Color names in this palette
CSS code for this palette
/* CSS */
.ufo-green {
color: #2ecc70;
}
.aloha {
color: #1abc9c;
}
.dodgeroll-gold {
color: #f39c12;
}
.mandarin-red {
color: #e74d3c;
}
.blue-damselfly {
color: #3398db;
}
/* CSS Variables */
:root {
--ufo-green:#2ecc70;
--aloha:#1abc9c;
--dodgeroll-gold:#f39c12;
--mandarin-red:#e74d3c;
--blue-damselfly:#3398db;
}