Color names in this palette
CSS code for this palette
/* CSS */
.bright-turquoise {
color: #08e7dc;
}
.verditer {
color: #00b3aa;
}
.plumage {
color: #00998a;
}
.medieval-forest {
color: #00806f;
}
.sci-fi-takeout {
color: #00614c;
}
/* CSS Variables */
:root {
--bright-turquoise:#08e7dc;
--verditer:#00b3aa;
--plumage:#00998a;
--medieval-forest:#00806f;
--sci-fi-takeout:#00614c;
}