Color names in this palette
CSS code for this palette
/* CSS */
.moray-eel {
color: #00a887;
}
.aare-river {
color: #00b89c;
}
.amazonite {
color: #00c7b0;
}
.pristine-oceanic {
color: #00d6c1;
}
.first-timer-green {
color: #00e0d5;
}
/* CSS Variables */
:root {
--moray-eel:#00a887;
--aare-river:#00b89c;
--amazonite:#00c7b0;
--pristine-oceanic:#00d6c1;
--first-timer-green:#00e0d5;
}