Color names in this palette
CSS code for this palette
/* CSS */
.bright-teal {
color: #00f0cc;
}
.billiard {
color: #00b3a1;
}
.go-go-green {
color: #008a7c;
}
.fashion-blue {
color: #006b64;
}
.sherpa-blue {
color: #004a4d;
}
/* CSS Variables */
:root {
--bright-teal:#00f0cc;
--billiard:#00b3a1;
--go-go-green:#008a7c;
--fashion-blue:#006b64;
--sherpa-blue:#004a4d;
}