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: #6bb5ff;
}
.color-2 {
color: #57d5ff;
}
.color-3 {
color: #abe0f7;
}
.color-4 {
color: #c3e8f4;
}
.color-5 {
color: #f5faff;
}

/* CSS Variables */
:root {
--color-1: #6bb5ff;
--color-2: #57d5ff;
--color-3: #abe0f7;
--color-4: #c3e8f4;
--color-5: #f5faff;
}

Ocean Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6bb5ff, #57d5ff, #abe0f7, #c3e8f4, #f5faff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6bb5ff, #57d5ff, #abe0f7, #c3e8f4, #f5faff);
}

Similar color palettes

Ocean Serenade color palette created on .