Ocean Breeze Color Palette
Discover the beautiful Ocean Breeze color palette featuring spray (#66dbf0), blizzard blue (#a2e1f1), twilight blue (#f0ffff), navy blue (#15008a) and downriver (#0a1f3d).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Ocean Breeze palette
💻 Ocean Breeze color palette CSS
/* CSS */
.color-1 {
color: #66dbf0;
}
.color-2 {
color: #a2e1f1;
}
.color-3 {
color: #f0ffff;
}
.color-4 {
color: #15008a;
}
.color-5 {
color: #0a1f3d;
}
/* CSS Variables */
:root {
--color-1: #66dbf0;
--color-2: #a2e1f1;
--color-3: #f0ffff;
--color-4: #15008a;
--color-5: #0a1f3d;
} 🌈 Ocean Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #66dbf0, #a2e1f1, #f0ffff, #15008a, #0a1f3d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #66dbf0, #a2e1f1, #f0ffff, #15008a, #0a1f3d);
} 🔗 Explore similar color palettes
Ocean Breeze color palette created on .