Color names in this palette
CSS code for this palette
/* CSS */
.waterline-blue {
color: #446cab;
}
.come-sail-away {
color: #5a8dc4;
}
.aero {
color: #7bbaea;
}
.blue-bubble {
color: #a5d7e9;
}
.silent-snowfall {
color: #eff7fb;
}
/* CSS Variables */
:root {
--waterline-blue:#446cab;
--come-sail-away:#5a8dc4;
--aero:#7bbaea;
--blue-bubble:#a5d7e9;
--silent-snowfall:#eff7fb;
}