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: #0096b8;
}
.color-2 {
color: #00b3aa;
}
.color-3 {
color: #00d6cb;
}
.color-4 {
color: #a6e3e2;
}
.color-5 {
color: #f1f9f6;
}

/* CSS Variables */
:root {
--color-1: #0096b8;
--color-2: #00b3aa;
--color-3: #00d6cb;
--color-4: #a6e3e2;
--color-5: #f1f9f6;
}

Seaside Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0096b8, #00b3aa, #00d6cb, #a6e3e2, #f1f9f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0096b8, #00b3aa, #00d6cb, #a6e3e2, #f1f9f6);
}

Seaside Serenity color palette created on .