Color names in this palette
CSS code for this palette
/* CSS */
.bright-turquoise {
color: #08e7dc;
}
.verditer {
color: #00b3aa;
}
.buzzards-bay {
color: #007a78;
}
.sherpa-blue {
color: #004b4d;
}
.stellar-explorer {
color: #001f1f;
}
/* CSS Variables */
:root {
--bright-turquoise:#08e7dc;
--verditer:#00b3aa;
--buzzards-bay:#007a78;
--sherpa-blue:#004b4d;
--stellar-explorer:#001f1f;
}