Color names in this palette
CSS code for this palette
/* CSS */
.green-trance {
color: #a2d59f;
}
.foul-green {
color: #82c4a2;
}
.artesian-well {
color: #61b3a9;
}
.glacier-green {
color: #3e9cac;
}
.skylla {
color: #1e7bbe;
}
/* CSS Variables */
:root {
--green-trance:#a2d59f;
--foul-green:#82c4a2;
--artesian-well:#61b3a9;
--glacier-green:#3e9cac;
--skylla:#1e7bbe;
}