Color names in this palette
CSS code for this palette
/* CSS */
.caneel-bay {
color: #0098b3;
}
.sarah-s-garden {
color: #00aec2;
}
.jade-glass {
color: #00c8d6;
}
.aztec-turquoise {
color: #00d9e0;
}
.bright-turquoise {
color: #00e5e6;
}
/* CSS Variables */
:root {
--caneel-bay:#0098b3;
--sarah-s-garden:#00aec2;
--jade-glass:#00c8d6;
--aztec-turquoise:#00d9e0;
--bright-turquoise:#00e5e6;
}