Ocean Breeze Harmony Color Palette
Discover the beautiful Ocean Breeze Harmony color palette featuring regent st blue (#a3c7e0), half baked (#80b3d6), danube (#56a2c8), curious blue (#2a8dbb) and allports (#007c9e).
Brightness
Saturation
Warmth
Refine
💡 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: #a3c7e0;
}
.color-2 {
color: #80b3d6;
}
.color-3 {
color: #56a2c8;
}
.color-4 {
color: #2a8dbb;
}
.color-5 {
color: #007c9e;
}
/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #80b3d6;
--color-3: #56a2c8;
--color-4: #2a8dbb;
--color-5: #007c9e;
} 🌈 Ocean Breeze Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #80b3d6, #56a2c8, #2a8dbb, #007c9e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #80b3d6, #56a2c8, #2a8dbb, #007c9e);
} 🔗 Explore similar color palettes
Ocean Breeze Harmony color palette created on .