Color names in this palette
CSS code for this palette
/* CSS */
.blue-mediterranean {
color: #1e7b99;
}
.maui-blue {
color: #50a3b4;
}
.aqua-vitale {
color: #7ac1c7;
}
.cay {
color: #a3d1d7;
}
.milky-way {
color: #e4f6f6;
}
/* CSS Variables */
:root {
--blue-mediterranean:#1e7b99;
--maui-blue:#50a3b4;
--aqua-vitale:#7ac1c7;
--cay:#a3d1d7;
--milky-way:#e4f6f6;
}