Color names in this palette
CSS code for this palette
/* CSS */
.green-trance {
color: #a5d7a2;
}
.vic-20-green {
color: #8bda8b;
}
.verdant-oasis {
color: #5ccc6f;
}
.matt-green {
color: #3dae4c;
}
.temperamental-green {
color: #2b8929;
}
/* CSS Variables */
:root {
--green-trance:#a5d7a2;
--vic-20-green:#8bda8b;
--verdant-oasis:#5ccc6f;
--matt-green:#3dae4c;
--temperamental-green:#2b8929;
}