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: #1d3a6d;
}
.color-2 {
color: #3e6b84;
}
.color-3 {
color: #5b999a;
}
.color-4 {
color: #9fc6b5;
}
.color-5 {
color: #f4e1b3;
}

/* CSS Variables */
:root {
--color-1: #1d3a6d;
--color-2: #3e6b84;
--color-3: #5b999a;
--color-4: #9fc6b5;
--color-5: #f4e1b3;
}

Oceanic Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d3a6d, #3e6b84, #5b999a, #9fc6b5, #f4e1b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d3a6d, #3e6b84, #5b999a, #9fc6b5, #f4e1b3);
}

Oceanic Serenity color palette created on .