Color names in this palette
CSS code for this palette
/* CSS */
.cote-d-azur {
color: #007a8a;
}
.caicos-turquoise {
color: #2bb3b6;
}
.medium-turquoise {
color: #4bd3d8;
}
.blue-crystal-landscape {
color: #6ff1ea;
}
.waterspout {
color: #a5f4f8;
}
/* CSS Variables */
:root {
--cote-d-azur:#007a8a;
--caicos-turquoise:#2bb3b6;
--medium-turquoise:#4bd3d8;
--blue-crystal-landscape:#6ff1ea;
--waterspout:#a5f4f8;
}