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: #0096b8;
}
.color-2 {
color: #00b3aa;
}
.color-3 {
color: #4dd5a1;
}
.color-4 {
color: #8eeb9f;
}
.color-5 {
color: #d2f9e4;
}

/* CSS Variables */
:root {
--color-1: #0096b8;
--color-2: #00b3aa;
--color-3: #4dd5a1;
--color-4: #8eeb9f;
--color-5: #d2f9e4;
}

Oceanic Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0096b8, #00b3aa, #4dd5a1, #8eeb9f, #d2f9e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0096b8, #00b3aa, #4dd5a1, #8eeb9f, #d2f9e4);
}

Oceanic Serenity color palette created on .