Oceanic Breeze Color Palette
Discover the beautiful Oceanic Breeze color palette featuring eastern blue (#1e8db8), picton blue (#50c8e2), malibu (#7ee3f7), sandwisp (#eff5a3) and saffron mango (#f9c85d).
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 Oceanic Breeze palette
💻 Oceanic Breeze color palette CSS
/* CSS */
.color-1 {
color: #1e8db8;
}
.color-2 {
color: #50c8e2;
}
.color-3 {
color: #7ee3f7;
}
.color-4 {
color: #eff5a3;
}
.color-5 {
color: #f9c85d;
}
/* CSS Variables */
:root {
--color-1: #1e8db8;
--color-2: #50c8e2;
--color-3: #7ee3f7;
--color-4: #eff5a3;
--color-5: #f9c85d;
} 🌈 Oceanic Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e8db8, #50c8e2, #7ee3f7, #eff5a3, #f9c85d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e8db8, #50c8e2, #7ee3f7, #eff5a3, #f9c85d);
} 🔗 Explore similar color palettes
Oceanic Breeze color palette created on .