←Back to PalettesAll Palettes
Turquoise Tranquility in Sunlit Waters Color Palette
Immerse yourself in the serene embrace of turquoise waters, where each hue dances in harmony, reflecting a serene invigorating freshness. This palette evokes the calm of a gentle ocean breeze, inviting relaxation and cherished moments by the shore.
0%
0%
0%
Color names in this palette
CSS code for this palette
/* CSS */
.blue-chill {
color: #3e8e8e;
}
.crystalsong-blue {
color: #4eb7b7;
}
.andes-sky {
color: #6ed8d8;
}
.spinnaker {
color: #a3e0e0;
}
.distant-horizon {
color: #f1f8f8;
}
/* CSS Variables */
:root {
--blue-chill:#3e8e8e;
--crystalsong-blue:#4eb7b7;
--andes-sky:#6ed8d8;
--spinnaker:#a3e0e0;
--distant-horizon:#f1f8f8;
}