Aqua Breeze Color Palette

Discover the beautiful Aqua Breeze color palette featuring cyan / aqua (#00ffff), keppel (#3eb6a6), aquamarine blue (#60e2d7), ice cold (#a5f3e8) and ecru white (#f5f9f0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Beach, Blue, Bright, Tropical 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 Aqua Breeze palette

Share this palette to:

💻 Aqua Breeze color palette CSS

/* CSS */
.color-1 {
color: #00ffff;
}
.color-2 {
color: #3eb6a6;
}
.color-3 {
color: #60e2d7;
}
.color-4 {
color: #a5f3e8;
}
.color-5 {
color: #f5f9f0;
}

/* CSS Variables */
:root {
--color-1: #00ffff;
--color-2: #3eb6a6;
--color-3: #60e2d7;
--color-4: #a5f3e8;
--color-5: #f5f9f0;
}

🌈 Aqua Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00ffff, #3eb6a6, #60e2d7, #a5f3e8, #f5f9f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00ffff, #3eb6a6, #60e2d7, #a5f3e8, #f5f9f0);
}

Aqua Breeze color palette created on .