Ocean Breeze Symphony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ocean Breeze Symphony palette

Share this palette to:

Download Ocean Breeze Symphony Color Palette (PNG)

Download ocean breeze symphony color palette PNG image (landscape)
Download ocean breeze symphony color palette PNG image (square)

Ocean Breeze Symphony color palette CSS

/* CSS */
.color-1 {
color: #1f8fff;
}
.color-2 {
color: #5abfdd;
}
.color-3 {
color: #74d3e2;
}
.color-4 {
color: #a3e0df;
}
.color-5 {
color: #d2f3f4;
}

/* CSS Variables */
:root {
--color-1: #1f8fff;
--color-2: #5abfdd;
--color-3: #74d3e2;
--color-4: #a3e0df;
--color-5: #d2f3f4;
}

Ocean Breeze Symphony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8fff, #5abfdd, #74d3e2, #a3e0df, #d2f3f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8fff, #5abfdd, #74d3e2, #a3e0df, #d2f3f4);
}

Ocean Breeze Symphony color palette created on .