Color names in this palette
CSS code for this palette
/* CSS */
.turquoise-sea {
color: #6adae7;
}
.bachelor-button {
color: #4dc1d5;
}
.aquatic-cool {
color: #3da3b8;
}
.turkish-stone {
color: #2c7a8c;
}
.uncharted {
color: #1b5a5f;
}
/* CSS Variables */
:root {
--turquoise-sea:#6adae7;
--bachelor-button:#4dc1d5;
--aquatic-cool:#3da3b8;
--turkish-stone:#2c7a8c;
--uncharted:#1b5a5f;
}