Ocean Breeze Color Palette
Discover the beautiful Ocean Breeze color palette featuring white (#ffffff), regent st blue (#a2d3e6), nepal (#8fb4c1), hippie blue (#6b9cb3) and gulf stream (#7eb4b4).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withAqua, Blue, Bright, Clear Spring, Coastal, Spring, Summer, Teal, White color palettes and combinations.
💡 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: #ffffff;
}
.color-2 {
color: #a2d3e6;
}
.color-3 {
color: #8fb4c1;
}
.color-4 {
color: #6b9cb3;
}
.color-5 {
color: #7eb4b4;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #a2d3e6;
--color-3: #8fb4c1;
--color-4: #6b9cb3;
--color-5: #7eb4b4;
} 🌈 Ocean Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #a2d3e6, #8fb4c1, #6b9cb3, #7eb4b4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #a2d3e6, #8fb4c1, #6b9cb3, #7eb4b4);
} 🔗 Explore similar color palettes
Ocean Breeze color palette created on .