Oceanic Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Oceanic Serenade palette

Share this palette to:

Oceanic Serenade color palette CSS

/* CSS */
.color-1 {
color: #1a3f8e;
}
.color-2 {
color: #2a6ba7;
}
.color-3 {
color: #3da4db;
}
.color-4 {
color: #6fc9e7;
}
.color-5 {
color: #b4e1f8;
}

/* CSS Variables */
:root {
--color-1: #1a3f8e;
--color-2: #2a6ba7;
--color-3: #3da4db;
--color-4: #6fc9e7;
--color-5: #b4e1f8;
}

Oceanic Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a3f8e, #2a6ba7, #3da4db, #6fc9e7, #b4e1f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a3f8e, #2a6ba7, #3da4db, #6fc9e7, #b4e1f8);
}

Oceanic Serenade color palette created on .