Color names in this palette
CSS code for this palette
/* CSS */
.antilles-blue {
color: #3b5f8c;
}
.tech-wave {
color: #4c7b9a;
}
.milky-blue {
color: #74a5b9;
}
.something-blue {
color: #b2d4e6;
}
.milky-way {
color: #e4f3f7;
}
/* CSS Variables */
:root {
--antilles-blue:#3b5f8c;
--tech-wave:#4c7b9a;
--milky-blue:#74a5b9;
--something-blue:#b2d4e6;
--milky-way:#e4f3f7;
}