Ocean Breeze Serenity Color Palette

Discover the beautiful Ocean Breeze Serenity color palette featuring cerulean (#00bfff), dodger blue (#1f8fff), breaker bay (#609d9f), malibu (#85cdfa) and powder blue (#b1e0e7).

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

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: #00bfff;
}
.color-2 {
color: #1f8fff;
}
.color-3 {
color: #609d9f;
}
.color-4 {
color: #85cdfa;
}
.color-5 {
color: #b1e0e7;
}

/* CSS Variables */
:root {
--color-1: #00bfff;
--color-2: #1f8fff;
--color-3: #609d9f;
--color-4: #85cdfa;
--color-5: #b1e0e7;
}

🌈 Ocean Breeze Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00bfff, #1f8fff, #609d9f, #85cdfa, #b1e0e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00bfff, #1f8fff, #609d9f, #85cdfa, #b1e0e7);
}

Ocean Breeze Serenity color palette created on .