Ocean Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ocean Serenade palette

Share this palette to:

Ocean Serenade color palette CSS

/* CSS */
.color-1 {
color: #0475e7;
}
.color-2 {
color: #00a4db;
}
.color-3 {
color: #2cc0f6;
}
.color-4 {
color: #42c8f5;
}
.color-5 {
color: #80c1f9;
}

/* CSS Variables */
:root {
--color-1: #0475e7;
--color-2: #00a4db;
--color-3: #2cc0f6;
--color-4: #42c8f5;
--color-5: #80c1f9;
}

Ocean Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0475e7, #00a4db, #2cc0f6, #42c8f5, #80c1f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0475e7, #00a4db, #2cc0f6, #42c8f5, #80c1f9);
}

Ocean Serenade color palette created on .