Serene Tides Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serene Tides palette

Share this palette to:

Serene Tides color palette CSS

/* CSS */
.color-1 {
color: #b1e0e7;
}
.color-2 {
color: #a3d1e0;
}
.color-3 {
color: #7fb2c3;
}
.color-4 {
color: #4f9eba;
}
.color-5 {
color: #2c7c9b;
}

/* CSS Variables */
:root {
--color-1: #b1e0e7;
--color-2: #a3d1e0;
--color-3: #7fb2c3;
--color-4: #4f9eba;
--color-5: #2c7c9b;
}

Serene Tides background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b1e0e7, #a3d1e0, #7fb2c3, #4f9eba, #2c7c9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b1e0e7, #a3d1e0, #7fb2c3, #4f9eba, #2c7c9b);
}

Serene Tides color palette created on .