Discover the beautiful Ocean Breeze Serenity color palette featuring curious blue (#1a8edb), picton blue (#49b8e4), aquamarine blue (#7bd5e5), water leaf (#a5e9e6) and ice cold (#c1f6e7).

Ocean Breeze Serenity Color Palette

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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

Explore how the Ocean Breeze Serenity palette works in real UI components and design elements.

UI Examples

Explore beautiful UI components with Ocean Breeze Serenity palette

Share this palette to:

💻 Ocean Breeze Serenity color palette CSS

/* CSS */
.color-1 {
color: #1a8edb;
}
.color-2 {
color: #49b8e4;
}
.color-3 {
color: #7bd5e5;
}
.color-4 {
color: #a5e9e6;
}
.color-5 {
color: #c1f6e7;
}

/* CSS Variables */
:root {
--color-1: #1a8edb;
--color-2: #49b8e4;
--color-3: #7bd5e5;
--color-4: #a5e9e6;
--color-5: #c1f6e7;
}

🌈 Ocean Breeze Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a8edb, #49b8e4, #7bd5e5, #a5e9e6, #c1f6e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a8edb, #49b8e4, #7bd5e5, #a5e9e6, #c1f6e7);
}

Ocean Breeze Serenity color palette created on .