Color names in this palette
CSS code for this palette
/* CSS */
.garish-green {
color: #4fba8e;
}
.aurora-green {
color: #6dd5a1;
}
.overtone {
color: #a3e1b5;
}
.bean-sprout {
color: #f2f8e7;
}
.lighthouse-glow {
color: #fbd46a;
}
/* CSS Variables */
:root {
--garish-green:#4fba8e;
--aurora-green:#6dd5a1;
--overtone:#a3e1b5;
--bean-sprout:#f2f8e7;
--lighthouse-glow:#fbd46a;
}