Color names in this palette
CSS code for this palette
/* CSS */
.hawaiian-ocean {
color: #0090b8;
}
.verditer {
color: #00b3aa;
}
.amazonite {
color: #00c2b2;
}
.channel-marker-green {
color: #00d6ba;
}
.first-timer-green {
color: #00e6d6;
}
/* CSS Variables */
:root {
--hawaiian-ocean:#0090b8;
--verditer:#00b3aa;
--amazonite:#00c2b2;
--channel-marker-green:#00d6ba;
--first-timer-green:#00e6d6;
}