Color names in this palette
CSS code for this palette
/* CSS */
.bright-turquoise {
color: #08e7dc;
}
.verditer {
color: #00b3aa;
}
.mystic-turquoise {
color: #008a77;
}
.pacific-queen {
color: #006b5d;
}
.sherpa-blue {
color: #004a4d;
}
/* CSS Variables */
:root {
--bright-turquoise:#08e7dc;
--verditer:#00b3aa;
--mystic-turquoise:#008a77;
--pacific-queen:#006b5d;
--sherpa-blue:#004a4d;
}