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: #a1dff7;
}
.color-2 {
color: #60c5e6;
}
.color-3 {
color: #168abb;
}
.color-4 {
color: #0a4e75;
}
.color-5 {
color: #003a5c;
}

/* CSS Variables */
:root {
--color-1: #a1dff7;
--color-2: #60c5e6;
--color-3: #168abb;
--color-4: #0a4e75;
--color-5: #003a5c;
}

Oceanic Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1dff7, #60c5e6, #168abb, #0a4e75, #003a5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1dff7, #60c5e6, #168abb, #0a4e75, #003a5c);
}

Oceanic Serenity color palette created on .