All Palettes

Ocean Tranquility Color Palette

A serene blend of ocean-inspired hues that evoke calmness and freshness. The palette balances deep blues with refreshing greens, perfect for a soothing and coastal atmosphere.

0%
0%
0%

CSS code for this palette

/* CSS */
.navy-peony {
color: #1f3a61;
}
.blue-dart-frog {
color: #3a7d9c;
}
.treasured-teal {
color: #54c4b4;
}
.tropical {
color: #a1e8c8;
}
.spilt-milk {
color: #f6f5d0;
}

/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--blue-dart-frog:#3a7d9c;
--treasured-teal:#54c4b4;
--tropical:#a1e8c8;
--spilt-milk:#f6f5d0;
}

More palettes to explore