Color names in this palette
CSS code for this palette
/* CSS */
.bright-turquoise {
color: #08e7dc;
}
.verditer {
color: #00b3aa;
}
.plumage {
color: #00998a;
}
.pond-moss {
color: #007a6c;
}
.alpine-green {
color: #005c53;
}
/* CSS Variables */
:root {
--bright-turquoise:#08e7dc;
--verditer:#00b3aa;
--plumage:#00998a;
--pond-moss:#007a6c;
--alpine-green:#005c53;
}