Color names in this palette
CSS code for this palette
/* CSS */
.turquoise-sea {
color: #6bdae6;
}
.viking {
color: #4fb3c9;
}
.scooter {
color: #2b8f9c;
}
.billabong {
color: #1d6b81;
}
.lazurite-blue {
color: #1a4d61;
}
/* CSS Variables */
:root {
--turquoise-sea:#6bdae6;
--viking:#4fb3c9;
--scooter:#2b8f9c;
--billabong:#1d6b81;
--lazurite-blue:#1a4d61;
}