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: #0f4661;
}
.color-2 {
color: #1f6f8e;
}
.color-3 {
color: #2ea5b2;
}
.color-4 {
color: #4cdcb5;
}
.color-5 {
color: #a2e9a0;
}

/* CSS Variables */
:root {
--color-1: #0f4661;
--color-2: #1f6f8e;
--color-3: #2ea5b2;
--color-4: #4cdcb5;
--color-5: #a2e9a0;
}

Oceanic Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0f4661, #1f6f8e, #2ea5b2, #4cdcb5, #a2e9a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0f4661, #1f6f8e, #2ea5b2, #4cdcb5, #a2e9a0);
}

Oceanic Serenity color palette created on .