Color names in this palette
CSS code for this palette
/* CSS */
.sailor-s-bay {
color: #4a6d8c;
}
.secret-cove {
color: #6a8f9a;
}
.undersea {
color: #90b2af;
}
.wave-top {
color: #b0d9d1;
}
.milky-way {
color: #e5f3f5;
}
/* CSS Variables */
:root {
--sailor-s-bay:#4a6d8c;
--secret-cove:#6a8f9a;
--undersea:#90b2af;
--wave-top:#b0d9d1;
--milky-way:#e5f3f5;
}