Ocean Breeze Harmony Color Palette

Discover the beautiful Ocean Breeze Harmony color palette featuring ming (#3b708c), hippie blue (#5c9db2), half baked (#87c1d4), powder blue (#b1e2e7) and porcelain (#f6f8f8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Ocean, Summer 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

Share this palette to:

💻 Ocean Breeze Harmony color palette CSS

/* CSS */
.color-1 {
color: #3b708c;
}
.color-2 {
color: #5c9db2;
}
.color-3 {
color: #87c1d4;
}
.color-4 {
color: #b1e2e7;
}
.color-5 {
color: #f6f8f8;
}

/* CSS Variables */
:root {
--color-1: #3b708c;
--color-2: #5c9db2;
--color-3: #87c1d4;
--color-4: #b1e2e7;
--color-5: #f6f8f8;
}

🌈 Ocean Breeze Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b708c, #5c9db2, #87c1d4, #b1e2e7, #f6f8f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b708c, #5c9db2, #87c1d4, #b1e2e7, #f6f8f8);
}

Ocean Breeze Harmony color palette created on .