Tranquil Waters Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Tranquil Waters palette
Tranquil Waters color palette CSS
/* CSS */
.color-1 {
color: #a9d8ea;
}
.color-2 {
color: #88c0d8;
}
.color-3 {
color: #6d9cc5;
}
.color-4 {
color: #497b9c;
}
.color-5 {
color: #2d607c;
}
/* CSS Variables */
:root {
--color-1: #a9d8ea;
--color-2: #88c0d8;
--color-3: #6d9cc5;
--color-4: #497b9c;
--color-5: #2d607c;
}
Tranquil Waters background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9d8ea, #88c0d8, #6d9cc5, #497b9c, #2d607c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9d8ea, #88c0d8, #6d9cc5, #497b9c, #2d607c);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Tranquil Waters color palette created on .