←Back to PalettesAll Palettes
Tranquil Tides of Serene Blue Color Palette
A harmonious blend of deep blues and soft greens that evoke the feeling of calm ocean breezes and tranquil shores. Each shade flows into the next, akin to gentle waves lapping at your feet, creating a peaceful and soothing atmosphere.
0%
0%
0%
Color names in this palette
CSS code for this palette
/* CSS */
.yankees-blue {
color: #1f2942;
}
.ensign-blue {
color: #3a4d6e;
}
.adriatic-blue {
color: #5c8a9d;
}
.vile-green {
color: #8dc9b0;
}
.overtone {
color: #a7e2b9;
}
/* CSS Variables */
:root {
--yankees-blue:#1f2942;
--ensign-blue:#3a4d6e;
--adriatic-blue:#5c8a9d;
--vile-green:#8dc9b0;
--overtone:#a7e2b9;
}