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: #5c7a99;
}
.color-2 {
color: #7a9bae;
}
.color-3 {
color: #a7c3d7;
}
.color-4 {
color: #f2b27d;
}
.color-5 {
color: #d26b4b;
}

/* CSS Variables */
:root {
--color-1: #5c7a99;
--color-2: #7a9bae;
--color-3: #a7c3d7;
--color-4: #f2b27d;
--color-5: #d26b4b;
}

Serene Tides background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c7a99, #7a9bae, #a7c3d7, #f2b27d, #d26b4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c7a99, #7a9bae, #a7c3d7, #f2b27d, #d26b4b);
}

Serene Tides color palette created on .