Color names in this palette
CSS code for this palette
/* CSS */
.sherpa-blue {
color: #004a4d;
}
.caribbean-current {
color: #006e70;
}
.aqua-velvet {
color: #009e9e;
}
.cyan-sky {
color: #00b2b3;
}
.jade-glass {
color: #00d1d1;
}
/* CSS Variables */
:root {
--sherpa-blue:#004a4d;
--caribbean-current:#006e70;
--aqua-velvet:#009e9e;
--cyan-sky:#00b2b3;
--jade-glass:#00d1d1;
}