←Back to PalettesAll Palettes
Tropical Tranquility Color Palette
A serene combination of soothing blues and greens that evoke the calming essence of ocean waves and tropical foliage. Perfect for creating a peaceful atmosphere reminiscent of a relaxing day by the shore.
0%
0%
0%
Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d7e0;
}
.valonia {
color: #7dc8d4;
}
.glimpse {
color: #4ab8c9;
}
.riviera-paradise {
color: #00999e;
}
.macquarie {
color: #007d80;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d7e0;
--valonia:#7dc8d4;
--glimpse:#4ab8c9;
--riviera-paradise:#00999e;
--macquarie:#007d80;
}