Color names in this palette
CSS code for this palette
/* CSS */
.adriatic-sea {
color: #006080;
}
.turkish-tile {
color: #007e9e;
}
.greek-blue {
color: #009dbd;
}
.aztec-turquoise {
color: #00d1e0;
}
.aqua {
color: #00ffff;
}
/* CSS Variables */
:root {
--adriatic-sea:#006080;
--turkish-tile:#007e9e;
--greek-blue:#009dbd;
--aztec-turquoise:#00d1e0;
--aqua:#00ffff;
}