Oceanic Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Oceanic Serenity palette

Share this palette to:

Oceanic Serenity color palette CSS

/* CSS */
.color-1 {
color: #1f8982;
}
.color-2 {
color: #4eb7a9;
}
.color-3 {
color: #81dfd7;
}
.color-4 {
color: #a0f3f2;
}
.color-5 {
color: #f5fffc;
}

/* CSS Variables */
:root {
--color-1: #1f8982;
--color-2: #4eb7a9;
--color-3: #81dfd7;
--color-4: #a0f3f2;
--color-5: #f5fffc;
}

Oceanic Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8982, #4eb7a9, #81dfd7, #a0f3f2, #f5fffc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8982, #4eb7a9, #81dfd7, #a0f3f2, #f5fffc);
}

Oceanic Serenity color palette created on .