Ocean Breeze Color Palette

Discover the beautiful Ocean Breeze color palette featuring jelly bean (#2b7b91), ocean green (#4cae7b), spring rain (#a4c6a8), wisteria (#a66abe) and minsk (#492c7d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmethyst, Aqua, Blue, Cyan, Emerald, Green, Lavender, Purple, Teal 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 palette

Share this palette to:

💻 Ocean Breeze color palette CSS

/* CSS */
.color-1 {
color: #2b7b91;
}
.color-2 {
color: #4cae7b;
}
.color-3 {
color: #a4c6a8;
}
.color-4 {
color: #a66abe;
}
.color-5 {
color: #492c7d;
}

/* CSS Variables */
:root {
--color-1: #2b7b91;
--color-2: #4cae7b;
--color-3: #a4c6a8;
--color-4: #a66abe;
--color-5: #492c7d;
}

🌈 Ocean Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b7b91, #4cae7b, #a4c6a8, #a66abe, #492c7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b7b91, #4cae7b, #a4c6a8, #a66abe, #492c7d);
}

Ocean Breeze color palette created on .