Color names in this palette
CSS code for this palette
/* CSS */
.luminescent-green {
color: #699b12;
}
.frog-on-a-log {
color: #8cbf3b;
}
.crystal-green {
color: #a2d779;
}
.new-hope {
color: #e1f0c1;
}
.god-given {
color: #f9f4e1;
}
/* CSS Variables */
:root {
--luminescent-green:#699b12;
--frog-on-a-log:#8cbf3b;
--crystal-green:#a2d779;
--new-hope:#e1f0c1;
--god-given:#f9f4e1;
}