Color names in this palette
CSS code for this palette
/* CSS */
.buzzards-bay {
color: #007a7a;
}
.aqua-velvet {
color: #009e9e;
}
.cyan-sky {
color: #00b2b3;
}
.jade-glass {
color: #00d1d1;
}
.bright-turquoise {
color: #00e5e6;
}
/* CSS Variables */
:root {
--buzzards-bay:#007a7a;
--aqua-velvet:#009e9e;
--cyan-sky:#00b2b3;
--jade-glass:#00d1d1;
--bright-turquoise:#00e5e6;
}