Color names in this palette
CSS code for this palette
/* CSS */
.midnight-green {
color: #004b52;
}
.buzzards-bay {
color: #007a78;
}
.jadestone {
color: #00a89d;
}
.channel-marker-green {
color: #00d6b3;
}
.botanical-tint {
color: #a9e5d1;
}
/* CSS Variables */
:root {
--midnight-green:#004b52;
--buzzards-bay:#007a78;
--jadestone:#00a89d;
--channel-marker-green:#00d6b3;
--botanical-tint:#a9e5d1;
}