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