Color names in this palette
CSS code for this palette
/* CSS */
.chlorella-green {
color: #5cb75c;
}
.lime-lizard {
color: #a8d95e;
}
.bright-khaki {
color: #f0e78e;
}
.nyc-taxi {
color: #f6b531;
}
.carrot-lava {
color: #f85725;
}
/* CSS Variables */
:root {
--chlorella-green:#5cb75c;
--lime-lizard:#a8d95e;
--bright-khaki:#f0e78e;
--nyc-taxi:#f6b531;
--carrot-lava:#f85725;
}