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: #4b5e71;
}
.color-2 {
color: #6a7c90;
}
.color-3 {
color: #899a9f;
}
.color-4 {
color: #b1c3c9;
}
.color-5 {
color: #d9e3e3;
}

/* CSS Variables */
:root {
--color-1: #4b5e71;
--color-2: #6a7c90;
--color-3: #899a9f;
--color-4: #b1c3c9;
--color-5: #d9e3e3;
}

Oceanic Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b5e71, #6a7c90, #899a9f, #b1c3c9, #d9e3e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b5e71, #6a7c90, #899a9f, #b1c3c9, #d9e3e3);
}

Oceanic Serenity color palette created on .