Color names in this palette
CSS code for this palette
/* CSS */
.turquoise-sea {
color: #6adae7;
}
.bachelor-button {
color: #4bc2d8;
}
.sparkling-cove {
color: #2ca5b5;
}
.bermuda {
color: #1f7b89;
}
.uncharted {
color: #1a5b60;
}
/* CSS Variables */
:root {
--turquoise-sea:#6adae7;
--bachelor-button:#4bc2d8;
--sparkling-cove:#2ca5b5;
--bermuda:#1f7b89;
--uncharted:#1a5b60;
}