Ocean Breeze Color Palette

Discover the beautiful Ocean Breeze color palette featuring picton blue (#45b2e8), picton blue (#4bc2e7), turquoise blue (#5ddce5), spray (#7eedd3) and magic mint (#a7f1c7).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Blue, Bright, Coastal, Fun, Light, Summer, Teal, 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: #45b2e8;
}
.color-2 {
color: #4bc2e7;
}
.color-3 {
color: #5ddce5;
}
.color-4 {
color: #7eedd3;
}
.color-5 {
color: #a7f1c7;
}

/* CSS Variables */
:root {
--color-1: #45b2e8;
--color-2: #4bc2e7;
--color-3: #5ddce5;
--color-4: #7eedd3;
--color-5: #a7f1c7;
}

🌈 Ocean Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #45b2e8, #4bc2e7, #5ddce5, #7eedd3, #a7f1c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #45b2e8, #4bc2e7, #5ddce5, #7eedd3, #a7f1c7);
}

Ocean Breeze color palette created on .