Ocean Breeze Harmony Color Palette
Discover the beautiful Ocean Breeze Harmony color palette featuring seagull (#80ccea), picton blue (#4eb5e9), pacific blue (#0099cc), allports (#00779e) and regal blue (#005270).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with 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 Harmony palette
💻 Ocean Breeze Harmony color palette CSS
/* CSS */
.color-1 {
color: #80ccea;
}
.color-2 {
color: #4eb5e9;
}
.color-3 {
color: #0099cc;
}
.color-4 {
color: #00779e;
}
.color-5 {
color: #005270;
}
/* CSS Variables */
:root {
--color-1: #80ccea;
--color-2: #4eb5e9;
--color-3: #0099cc;
--color-4: #00779e;
--color-5: #005270;
} 🌈 Ocean Breeze Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #80ccea, #4eb5e9, #0099cc, #00779e, #005270);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #80ccea, #4eb5e9, #0099cc, #00779e, #005270);
} Ocean Breeze Harmony color palette created on .