Color names in this palette
CSS code for this palette
/* CSS */
.sea-serpent {
color: #4cc9d6;
}
.verditer {
color: #00b3aa;
}
.corfu-shallows {
color: #008f8f;
}
.mayan-blue {
color: #006b6b;
}
.sherpa-blue {
color: #004b4d;
}
/* CSS Variables */
:root {
--sea-serpent:#4cc9d6;
--verditer:#00b3aa;
--corfu-shallows:#008f8f;
--mayan-blue:#006b6b;
--sherpa-blue:#004b4d;
}