Color names in this palette
CSS code for this palette
/* CSS */
.botanical-tint {
color: #a6e3d8;
}
.ocean-in-a-bowl {
color: #6ce5c1;
}
.jadeite {
color: #3cc8a7;
}
.island-green {
color: #27aa5e;
}
.fly-the-green {
color: #1f894d;
}
/* CSS Variables */
:root {
--botanical-tint:#a6e3d8;
--ocean-in-a-bowl:#6ce5c1;
--jadeite:#3cc8a7;
--island-green:#27aa5e;
--fly-the-green:#1f894d;
}