Color names in this palette
CSS code for this palette
/* CSS */
.verdant-oasis {
color: #5abf67;
}
.formal-garden {
color: #3d9e4d;
}
.gorgeous-green {
color: #2a7935;
}
.mermaid-tears {
color: #d8e2a7;
}
.lighthouse-glow {
color: #f9d36c;
}
/* CSS Variables */
:root {
--verdant-oasis:#5abf67;
--formal-garden:#3d9e4d;
--gorgeous-green:#2a7935;
--mermaid-tears:#d8e2a7;
--lighthouse-glow:#f9d36c;
}