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: #5c9da3;
}
.color-2 {
color: #4a7c8c;
}
.color-3 {
color: #304b4b;
}
.color-4 {
color: #a3c4c7;
}
.color-5 {
color: #d6e4e6;
}

/* CSS Variables */
:root {
--color-1: #5c9da3;
--color-2: #4a7c8c;
--color-3: #304b4b;
--color-4: #a3c4c7;
--color-5: #d6e4e6;
}

Oceanic Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c9da3, #4a7c8c, #304b4b, #a3c4c7, #d6e4e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c9da3, #4a7c8c, #304b4b, #a3c4c7, #d6e4e6);
}

Oceanic Serenity color palette created on .