Color names in this palette
CSS code for this palette
/* CSS */
.nereus {
color: #4b7d3b;
}
.blanka-green {
color: #a7d638;
}
.lemon-verbena {
color: #f3e86d;
}
.radiant-sun {
color: #f3ca4f;
}
.chaat-masala {
color: #e57e24;
}
/* CSS Variables */
:root {
--nereus:#4b7d3b;
--blanka-green:#a7d638;
--lemon-verbena:#f3e86d;
--radiant-sun:#f3ca4f;
--chaat-masala:#e57e24;
}