Color names in this palette
CSS code for this palette
/* CSS */
.blue-click {
color: #a6d6e8;
}
.twisted-blue {
color: #79c2d2;
}
.freshwater {
color: #4ba8b4;
}
.billabong {
color: #1d6f7c;
}
.kali-blue {
color: #00505c;
}
/* CSS Variables */
:root {
--blue-click:#a6d6e8;
--twisted-blue:#79c2d2;
--freshwater:#4ba8b4;
--billabong:#1d6f7c;
--kali-blue:#00505c;
}