Color names in this palette
CSS code for this palette
/* CSS */
.botanical-tint {
color: #a5e3d1;
}
.pale-jade {
color: #79c3b5;
}
.hole-in-one {
color: #4cae99;
}
.jardini-re {
color: #009975;
}
.ultramarine-green {
color: #007a62;
}
/* CSS Variables */
:root {
--botanical-tint:#a5e3d1;
--pale-jade:#79c3b5;
--hole-in-one:#4cae99;
--jardini-re:#009975;
--ultramarine-green:#007a62;
}