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: #7fe2e6;
}
.color-2 {
color: #2db9b9;
}
.color-3 {
color: #f7f4f3;
}
.color-4 {
color: #ffffff;
}
.color-5 {
color: #000000;
}

/* CSS Variables */
:root {
--color-1: #7fe2e6;
--color-2: #2db9b9;
--color-3: #f7f4f3;
--color-4: #ffffff;
--color-5: #000000;
}

Oceanic Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7fe2e6, #2db9b9, #f7f4f3, #ffffff, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7fe2e6, #2db9b9, #f7f4f3, #ffffff, #000000);
}

Oceanic Serenity color palette created on .