Color names in this palette
CSS code for this palette
/* CSS */
.jadestone {
color: #00a89d;
}
.plumage {
color: #009987;
}
.mystic-turquoise {
color: #00857a;
}
.pond-moss {
color: #007a6c;
}
.forest-splendor {
color: #006b60;
}
/* CSS Variables */
:root {
--jadestone:#00a89d;
--plumage:#009987;
--mystic-turquoise:#00857a;
--pond-moss:#007a6c;
--forest-splendor:#006b60;
}