←Back to PalettesAll Palettes
Tranquil Tides of the Serene Sea Color Palette
Immerse yourself in the soothing waves of tranquility with this serene harmony of soft cyan hues. Each shade evokes the gentle caress of ocean breezes, promising peace and rejuvenation. Perfect for spaces that whisper calm and relaxation.
0%
0%
0%
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d7e0;
}
.squeaky {
color: #6cc6d5;
}
.viking {
color: #4eb2c6;
}
.fairy-tale-blue {
color: #3d9bbd;
}
.carol {
color: #2a8cac;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d7e0;
--squeaky:#6cc6d5;
--viking:#4eb2c6;
--fairy-tale-blue:#3d9bbd;
--carol:#2a8cac;
}