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: #ccf4ff;
}
.color-2 {
color: #a2e1f1;
}
.color-3 {
color: #7ac4d6;
}
.color-4 {
color: #4da0b3;
}
.color-5 {
color: #007a8a;
}

/* CSS Variables */
:root {
--color-1: #ccf4ff;
--color-2: #a2e1f1;
--color-3: #7ac4d6;
--color-4: #4da0b3;
--color-5: #007a8a;
}

Oceanic Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ccf4ff, #a2e1f1, #7ac4d6, #4da0b3, #007a8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ccf4ff, #a2e1f1, #7ac4d6, #4da0b3, #007a8a);
}

Oceanic Serenity color palette created on .