Color names in this palette
CSS code for this palette
/* CSS */
.ivy-league {
color: #007a58;
}
.jardini-re {
color: #009975;
}
.victorian-greenhouse {
color: #00b392;
}
.channel-marker-green {
color: #00d6b6;
}
.first-timer-green {
color: #00f0d0;
}
/* CSS Variables */
:root {
--ivy-league:#007a58;
--jardini-re:#009975;
--victorian-greenhouse:#00b392;
--channel-marker-green:#00d6b6;
--first-timer-green:#00f0d0;
}