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: #f7b5a1;
}
.color-2 {
color: #f4cf3e;
}
.color-3 {
color: #a8d3e1;
}
.color-4 {
color: #4c8ea4;
}
.color-5 {
color: #2e5b60;
}

/* CSS Variables */
:root {
--color-1: #f7b5a1;
--color-2: #f4cf3e;
--color-3: #a8d3e1;
--color-4: #4c8ea4;
--color-5: #2e5b60;
}

Serene Tides background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b5a1, #f4cf3e, #a8d3e1, #4c8ea4, #2e5b60);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b5a1, #f4cf3e, #a8d3e1, #4c8ea4, #2e5b60);
}

Serene Tides color palette created on .