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: #0a6a9e;
}
.color-2 {
color: #3b9eb0;
}
.color-3 {
color: #6ec5c9;
}
.color-4 {
color: #a3e1e0;
}
.color-5 {
color: #f1f8f8;
}

/* CSS Variables */
:root {
--color-1: #0a6a9e;
--color-2: #3b9eb0;
--color-3: #6ec5c9;
--color-4: #a3e1e0;
--color-5: #f1f8f8;
}

Oceanic Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0a6a9e, #3b9eb0, #6ec5c9, #a3e1e0, #f1f8f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0a6a9e, #3b9eb0, #6ec5c9, #a3e1e0, #f1f8f8);
}

Oceanic Serenity color palette created on .