Serenity by the Sea Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serenity by the Sea palette

Share this palette to:

Serenity by the Sea color palette CSS

/* CSS */
.color-1 {
color: #59809b;
}
.color-2 {
color: #699fb5;
}
.color-3 {
color: #8ec5d7;
}
.color-4 {
color: #f6c5a2;
}
.color-5 {
color: #f9b0a9;
}

/* CSS Variables */
:root {
--color-1: #59809b;
--color-2: #699fb5;
--color-3: #8ec5d7;
--color-4: #f6c5a2;
--color-5: #f9b0a9;
}

Serenity by the Sea background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #59809b, #699fb5, #8ec5d7, #f6c5a2, #f9b0a9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #59809b, #699fb5, #8ec5d7, #f6c5a2, #f9b0a9);
}

Serenity by the Sea color palette created on .