←Back to PalettesAll Palettes
Tranquil Tides and Whispering Waves Color Palette
This serene color fusion evokes the calm of ocean waves lapping against the shore, blending tranquil blues and refreshing teals to create a peaceful and rejuvenating atmosphere. Perfect for designs that inspire relaxation and connection with nature.
0%
0%
0%
Color names in this palette
CSS code for this palette
/* CSS */
.throat-chakra {
color: #66ccdb;
}
.glimpse {
color: #4ab8c9;
}
.sports-blue {
color: #3a9db6;
}
.scooter {
color: #2b89a1;
}
.pagoda-blue {
color: #1b8193;
}
/* CSS Variables */
:root {
--throat-chakra:#66ccdb;
--glimpse:#4ab8c9;
--sports-blue:#3a9db6;
--scooter:#2b89a1;
--pagoda-blue:#1b8193;
}