Tranquil Tides Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Tranquil Tides palette
Tranquil Tides color palette CSS
/* CSS */
.color-1 {
color: #a3d7e0;
}
.color-2 {
color: #68b3c0;
}
.color-3 {
color: #3c9eb4;
}
.color-4 {
color: #1b7c9d;
}
.color-5 {
color: #0b5c79;
}
/* CSS Variables */
:root {
--color-1: #a3d7e0;
--color-2: #68b3c0;
--color-3: #3c9eb4;
--color-4: #1b7c9d;
--color-5: #0b5c79;
}
Tranquil Tides background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d7e0, #68b3c0, #3c9eb4, #1b7c9d, #0b5c79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d7e0, #68b3c0, #3c9eb4, #1b7c9d, #0b5c79);
}
Similar color palettes
Tranquil Tides color palette created on .