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 PNG image

Download oceanic serenity color palette PNG image (landscape)
Download oceanic serenity color palette PNG image (square)

Oceanic Serenity color palette CSS

/* CSS */
.color-1 {
color: #009bc2;
}
.color-2 {
color: #1ab6d5;
}
.color-3 {
color: #3dd6e1;
}
.color-4 {
color: #8ce8e5;
}
.color-5 {
color: #c4f6f8;
}

/* CSS Variables */
:root {
--color-1: #009bc2;
--color-2: #1ab6d5;
--color-3: #3dd6e1;
--color-4: #8ce8e5;
--color-5: #c4f6f8;
}

Oceanic Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #009bc2, #1ab6d5, #3dd6e1, #8ce8e5, #c4f6f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #009bc2, #1ab6d5, #3dd6e1, #8ce8e5, #c4f6f8);
}

Oceanic Serenity color palette created on .