Color names in this palette
CSS code for this palette
/* CSS */
.turquoise-sea {
color: #6adae7;
}
.bachelor-button {
color: #4bc2d8;
}
.aquatic-cool {
color: #3ba3b5;
}
.kings-of-sea {
color: #2b8997;
}
.billabong {
color: #1c717d;
}
/* CSS Variables */
:root {
--turquoise-sea:#6adae7;
--bachelor-button:#4bc2d8;
--aquatic-cool:#3ba3b5;
--kings-of-sea:#2b8997;
--billabong:#1c717d;
}