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: #0093b8;
}
.color-2 {
color: #00b0c7;
}
.color-3 {
color: #00b3aa;
}
.color-4 {
color: #00c298;
}
.color-5 {
color: #a4e5d8;
}

/* CSS Variables */
:root {
--color-1: #0093b8;
--color-2: #00b0c7;
--color-3: #00b3aa;
--color-4: #00c298;
--color-5: #a4e5d8;
}

Ocean Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0093b8, #00b0c7, #00b3aa, #00c298, #a4e5d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0093b8, #00b0c7, #00b3aa, #00c298, #a4e5d8);
}

Ocean Serenade color palette created on .