Color names in this palette
CSS code for this palette
/* CSS */
.plumage {
color: #00998a;
}
.verditer {
color: #00b3a7;
}
.amazonite {
color: #00c2b8;
}
.pristine-oceanic {
color: #00d1c0;
}
.first-timer-green {
color: #00e6d6;
}
/* CSS Variables */
:root {
--plumage:#00998a;
--verditer:#00b3a7;
--amazonite:#00c2b8;
--pristine-oceanic:#00d1c0;
--first-timer-green:#00e6d6;
}