Color names in this palette
CSS code for this palette
/* CSS */
.goluboy-blue {
color: #8cb8e3;
}
.blue-iguana {
color: #4e9cd0;
}
.sunshine-mellow {
color: #f1c40e;
}
.dodgeroll-gold {
color: #f39c12;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--goluboy-blue:#8cb8e3;
--blue-iguana:#4e9cd0;
--sunshine-mellow:#f1c40e;
--dodgeroll-gold:#f39c12;
--mandarin-red:#e74d3c;
}