Ocean Breeze Harmony Color Palette

Discover the beautiful Ocean Breeze Harmony color palette featuring kournikova (#ffe16b), mabel (#d6f9ff), fountain blue (#4eb9c1), jungle green (#2a9b9d) and teal (#007f80).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Bright, Coastal, Spring, Teal, Vibrant, Yellow 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: #ffe16b;
}
.color-2 {
color: #d6f9ff;
}
.color-3 {
color: #4eb9c1;
}
.color-4 {
color: #2a9b9d;
}
.color-5 {
color: #007f80;
}

/* CSS Variables */
:root {
--color-1: #ffe16b;
--color-2: #d6f9ff;
--color-3: #4eb9c1;
--color-4: #2a9b9d;
--color-5: #007f80;
}

🌈 Ocean Breeze Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffe16b, #d6f9ff, #4eb9c1, #2a9b9d, #007f80);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffe16b, #d6f9ff, #4eb9c1, #2a9b9d, #007f80);
}

Ocean Breeze Harmony color palette created on .