Serenity Tides Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serenity Tides palette

Share this palette to:

Serenity Tides color palette CSS

/* CSS */
.color-1 {
color: #4f6d87;
}
.color-2 {
color: #6c8b9d;
}
.color-3 {
color: #8ab7b7;
}
.color-4 {
color: #b2e0d3;
}
.color-5 {
color: #f5faf5;
}

/* CSS Variables */
:root {
--color-1: #4f6d87;
--color-2: #6c8b9d;
--color-3: #8ab7b7;
--color-4: #b2e0d3;
--color-5: #f5faf5;
}

Serenity Tides background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f6d87, #6c8b9d, #8ab7b7, #b2e0d3, #f5faf5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f6d87, #6c8b9d, #8ab7b7, #b2e0d3, #f5faf5);
}

Serenity Tides color palette created on .