Ocean Breeze Harmony Color Palette
Discover the beautiful Ocean Breeze Harmony color palette featuring jelly bean (#2483a3), hippie blue (#5595a5), jelly bean (#24869e), wedgewood (#4b859b) and cornflower (#92d1e7).
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 Harmony palette
💻 Ocean Breeze Harmony color palette CSS
/* CSS */
.color-1 {
color: #2483a3;
}
.color-2 {
color: #5595a5;
}
.color-3 {
color: #24869e;
}
.color-4 {
color: #4b859b;
}
.color-5 {
color: #92d1e7;
}
/* CSS Variables */
:root {
--color-1: #2483a3;
--color-2: #5595a5;
--color-3: #24869e;
--color-4: #4b859b;
--color-5: #92d1e7;
} 🌈 Ocean Breeze Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2483a3, #5595a5, #24869e, #4b859b, #92d1e7);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2483a3, #5595a5, #24869e, #4b859b, #92d1e7);
} 🔗 Explore similar color palettes
Ocean Breeze Harmony color palette created on .