Ocean Breeze Symphony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ocean Breeze Symphony palette
Color Inspiration
Images that showcase this color palette in real designs
Download Ocean Breeze Symphony Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 300+ Blue color palettes
Ocean Breeze Symphony color palette created on .