Color names in this palette
CSS code for this palette
/* CSS */
.sunshine-mellow {
color: #f1c40e;
}
.orange-gluttony {
color: #e77e23;
}
.mandarin-red {
color: #e74d3c;
}
.blue-damselfly {
color: #3398db;
}
.haddock-s-sweater {
color: #287fb8;
}
/* CSS Variables */
:root {
--sunshine-mellow:#f1c40e;
--orange-gluttony:#e77e23;
--mandarin-red:#e74d3c;
--blue-damselfly:#3398db;
--haddock-s-sweater:#287fb8;
}