Color names in this palette
CSS code for this palette
/* CSS */
.emerald-ring {
color: #5a8c5a;
}
.palm-tree {
color: #75b55e;
}
.bilious-green {
color: #a5d770;
}
.highlighter-yellow {
color: #f1e83b;
}
.solar-flare {
color: #e57b3e;
}
/* CSS Variables */
:root {
--emerald-ring:#5a8c5a;
--palm-tree:#75b55e;
--bilious-green:#a5d770;
--highlighter-yellow:#f1e83b;
--solar-flare:#e57b3e;
}