Color names in this palette
CSS code for this palette
/* CSS */
.turkish-tile {
color: #007c9e;
}
.greek-blue {
color: #009dbd;
}
.iris-blue {
color: #00b2d1;
}
.thousand-sons-blue {
color: #00dae6;
}
.everest {
color: #a1e3e0;
}
/* CSS Variables */
:root {
--turkish-tile:#007c9e;
--greek-blue:#009dbd;
--iris-blue:#00b2d1;
--thousand-sons-blue:#00dae6;
--everest:#a1e3e0;
}