Seaside Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Seaside Serenity palette

Share this palette to:

Seaside Serenity color palette CSS

/* CSS */
.color-1 {
color: #419dbe;
}
.color-2 {
color: #b8d4db;
}
.color-3 {
color: #e0e5e4;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #f15d3b;
}

/* CSS Variables */
:root {
--color-1: #419dbe;
--color-2: #b8d4db;
--color-3: #e0e5e4;
--color-4: #f1c84b;
--color-5: #f15d3b;
}

Seaside Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #419dbe, #b8d4db, #e0e5e4, #f1c84b, #f15d3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #419dbe, #b8d4db, #e0e5e4, #f1c84b, #f15d3b);
}

Seaside Serenity color palette created on .