Color names in this palette
CSS code for this palette
/* CSS */
.botanical-tint {
color: #a6e3d8;
}
.sweet-garden {
color: #5cd6b1;
}
.aztec-jade {
color: #3bbf8c;
}
.starship-trooper {
color: #299e67;
}
.metallic-green {
color: #207e58;
}
/* CSS Variables */
:root {
--botanical-tint:#a6e3d8;
--sweet-garden:#5cd6b1;
--aztec-jade:#3bbf8c;
--starship-trooper:#299e67;
--metallic-green:#207e58;
}