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: #00b5c2;
}
.color-2 {
color: #00a4b3;
}
.color-3 {
color: #00969e;
}
.color-4 {
color: #008a8a;
}
.color-5 {
color: #007a7a;
}

/* CSS Variables */
:root {
--color-1: #00b5c2;
--color-2: #00a4b3;
--color-3: #00969e;
--color-4: #008a8a;
--color-5: #007a7a;
}

Oceanic Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00b5c2, #00a4b3, #00969e, #008a8a, #007a7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00b5c2, #00a4b3, #00969e, #008a8a, #007a7a);
}

Oceanic Serenity color palette created on .