Color names in this palette
CSS code for this palette
/* CSS */
.thalassa {
color: #56b3bd;
}
.mountain-range-blue {
color: #4fb7c9;
}
.norse-blue {
color: #3e9cc1;
}
.scooter {
color: #2d8ea4;
}
.billabong {
color: #1a727f;
}
/* CSS Variables */
:root {
--thalassa:#56b3bd;
--mountain-range-blue:#4fb7c9;
--norse-blue:#3e9cc1;
--scooter:#2d8ea4;
--billabong:#1a727f;
}