Color names in this palette
CSS code for this palette
/* CSS */
.lightning-yellow {
color: #f69f2c;
}
.sunshine-mellow {
color: #f4c210;
}
.smooth-as-corn-silk {
color: #f4e3b3;
}
.lilliputian-lime {
color: #7fd959;
}
.emerald-wave {
color: #4eb7ac;
}
/* CSS Variables */
:root {
--lightning-yellow:#f69f2c;
--sunshine-mellow:#f4c210;
--smooth-as-corn-silk:#f4e3b3;
--lilliputian-lime:#7fd959;
--emerald-wave:#4eb7ac;
}