←Back to PalettesAll Palettes
Tranquil Waves of Serene Blue Color Palette
Dive into a refreshing escape with a harmonious blend of deep oceanic blues, soothing grays, and soft misty hues, reminiscent of a tranquil seaside retreat. This color scheme evokes a sense of calm and clarity, perfect for creating serene spaces that invite relaxation and reflection.
0%
0%
0%
Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1d3f72;
}
.wedgewood {
color: #496a88;
}
.bird-blue {
color: #7a939f;
}
.feathery-blue {
color: #a9c0c6;
}
.winter-haven {
color: #e1e6ea;
}
/* CSS Variables */
:root {
--assault:#1d3f72;
--wedgewood:#496a88;
--bird-blue:#7a939f;
--feathery-blue:#a9c0c6;
--winter-haven:#e1e6ea;
}