Color names in this palette
CSS code for this palette
/* CSS */
.verditer {
color: #00bdad;
}
.aquamarine {
color: #1ee6b4;
}
.onsen {
color: #5defc8;
}
.turquoise-pearl {
color: #8ef0d9;
}
.duck-egg-blue {
color: #c5f7f1;
}
/* CSS Variables */
:root {
--verditer:#00bdad;
--aquamarine:#1ee6b4;
--onsen:#5defc8;
--turquoise-pearl:#8ef0d9;
--duck-egg-blue:#c5f7f1;
}