Color names in this palette
CSS code for this palette
/* CSS */
.turquoise-sea {
color: #6adae7;
}
.cave-lake {
color: #4eb9c1;
}
.latigo-bay {
color: #3a999c;
}
.azure-tide {
color: #239a8e;
}
.advantageous {
color: #1f6f6d;
}
/* CSS Variables */
:root {
--turquoise-sea:#6adae7;
--cave-lake:#4eb9c1;
--latigo-bay:#3a999c;
--azure-tide:#239a8e;
--advantageous:#1f6f6d;
}