Color names in this palette
CSS code for this palette
/* CSS */
.cyan-sky {
color: #00b2b3;
}
.aqua-velvet {
color: #009e9e;
}
.green-lapis {
color: #008585;
}
.skobeloff {
color: #007575;
}
.emerald-stone {
color: #006161;
}
/* CSS Variables */
:root {
--cyan-sky:#00b2b3;
--aqua-velvet:#009e9e;
--green-lapis:#008585;
--skobeloff:#007575;
--emerald-stone:#006161;
}