Color names in this palette
CSS code for this palette
/* CSS */
.turkish-turquoise {
color: #7ae6e6;
}
.blue-dacnis {
color: #3bdfe8;
}
.iris-blue {
color: #00b3c7;
}
.atlantic-blue {
color: #008c99;
}
.carnival-night {
color: #00707a;
}
/* CSS Variables */
:root {
--turkish-turquoise:#7ae6e6;
--blue-dacnis:#3bdfe8;
--iris-blue:#00b3c7;
--atlantic-blue:#008c99;
--carnival-night:#00707a;
}