Color names in this palette
CSS code for this palette
/* CSS */
.thresher-shark {
color: #90cbe4;
}
.flyway {
color: #5db5d5;
}
.maui-blue {
color: #4e9eb7;
}
.dirty-blue {
color: #3b809b;
}
.nautical-creatures {
color: #2b5b7d;
}
/* CSS Variables */
:root {
--thresher-shark:#90cbe4;
--flyway:#5db5d5;
--maui-blue:#4e9eb7;
--dirty-blue:#3b809b;
--nautical-creatures:#2b5b7d;
}