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: #a8d3e1;
}
.color-2 {
color: #6cb9d5;
}
.color-3 {
color: #3c8db9;
}
.color-4 {
color: #2e6e8e;
}
.color-5 {
color: #1e4d5c;
}

/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #6cb9d5;
--color-3: #3c8db9;
--color-4: #2e6e8e;
--color-5: #1e4d5c;
}

Oceanic Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #6cb9d5, #3c8db9, #2e6e8e, #1e4d5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #6cb9d5, #3c8db9, #2e6e8e, #1e4d5c);
}

Oceanic Serenity color palette created on .