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: #0148ad;
}
.color-2 {
color: #017a98;
}
.color-3 {
color: #1ec2c2;
}
.color-4 {
color: #b1e7d7;
}
.color-5 {
color: #f4f6f5;
}

/* CSS Variables */
:root {
--color-1: #0148ad;
--color-2: #017a98;
--color-3: #1ec2c2;
--color-4: #b1e7d7;
--color-5: #f4f6f5;
}

Oceanic Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0148ad, #017a98, #1ec2c2, #b1e7d7, #f4f6f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0148ad, #017a98, #1ec2c2, #b1e7d7, #f4f6f5);
}

Oceanic Serenity color palette created on .