←Back to PalettesAll Palettes
Tidal Harmony Color Palette
Immerse yourself in the tranquil waves of Tidal Harmony, where the deep ocean blue meets refreshing teal, creating a serene coastal escape. The soft coral hues resemble sun-kissed sands, gently blending into the vibrant warmth of sunset oranges, evoking the calm after a stormy sea. This palette encapsulates the beauty of ocean breezes and sandy shores, inviting you to feel at peace with nature’s melodic rhythms.
0%
0%
0%
Color names in this palette
CSS code for this palette
/* CSS */
.christmas-blue {
color: #2a91c0;
}
.blue-martini {
color: #51b4d2;
}
.middle-blue {
color: #80d6e5;
}
.peach-taffy {
color: #f4b890;
}
.sweet-potato {
color: #d77a3c;
}
/* CSS Variables */
:root {
--christmas-blue:#2a91c0;
--blue-martini:#51b4d2;
--middle-blue:#80d6e5;
--peach-taffy:#f4b890;
--sweet-potato:#d77a3c;
}