Oceanic Zephyr Color Palette

Discover the beautiful Oceanic Zephyr color palette featuring aquamarine blue (#80c6e0), shakespeare (#51a4c8), boston blue (#3b8bb0), jelly bean (#2d709f) and blumine (#1f4e75).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Coastal, Summer 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 Oceanic Zephyr palette

Share this palette to:

💻 Oceanic Zephyr color palette CSS

/* CSS */
.color-1 {
color: #80c6e0;
}
.color-2 {
color: #51a4c8;
}
.color-3 {
color: #3b8bb0;
}
.color-4 {
color: #2d709f;
}
.color-5 {
color: #1f4e75;
}

/* CSS Variables */
:root {
--color-1: #80c6e0;
--color-2: #51a4c8;
--color-3: #3b8bb0;
--color-4: #2d709f;
--color-5: #1f4e75;
}

🌈 Oceanic Zephyr background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #80c6e0, #51a4c8, #3b8bb0, #2d709f, #1f4e75);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #80c6e0, #51a4c8, #3b8bb0, #2d709f, #1f4e75);
}

Oceanic Zephyr color palette created on .