Color names in this palette
CSS code for this palette
/* CSS */
.by-the-bayou {
color: #007c8f;
}
.brilliant {
color: #0097a8;
}
.cyan-sky {
color: #00b3b0;
}
.aztec-turquoise {
color: #00d8db;
}
.agressive-aqua {
color: #00fbff;
}
/* CSS Variables */
:root {
--by-the-bayou:#007c8f;
--brilliant:#0097a8;
--cyan-sky:#00b3b0;
--aztec-turquoise:#00d8db;
--agressive-aqua:#00fbff;
}