Ocean Breeze Color Palette

Discover the beautiful Ocean Breeze color palette featuring gallery (#f0f0f0), botticelli (#dbe5f0), regent st blue (#9ec8e5), fountain blue (#4ca2b8) and elm (#1b6e74).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Beach, Blue, Bright, Coastal, Light, Summer, Turquoise, Vibrant 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: #f0f0f0;
}
.color-2 {
color: #dbe5f0;
}
.color-3 {
color: #9ec8e5;
}
.color-4 {
color: #4ca2b8;
}
.color-5 {
color: #1b6e74;
}

/* CSS Variables */
:root {
--color-1: #f0f0f0;
--color-2: #dbe5f0;
--color-3: #9ec8e5;
--color-4: #4ca2b8;
--color-5: #1b6e74;
}

🌈 Ocean Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0f0f0, #dbe5f0, #9ec8e5, #4ca2b8, #1b6e74);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0f0f0, #dbe5f0, #9ec8e5, #4ca2b8, #1b6e74);
}

Ocean Breeze color palette created on .