Clean Aqua Color Palette

Discover the beautiful Clean Aqua color palette featuring water leaf (#a9e1ea), downy (#6ed0d4), fountain blue (#4bb9b7), lochinvar (#309c93) and teal (#007a7a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Bright, Coastal, Cool, Mint, Teal, 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 Clean Aqua palette

Share this palette to:

💻 Clean Aqua color palette CSS

/* CSS */
.color-1 {
color: #a9e1ea;
}
.color-2 {
color: #6ed0d4;
}
.color-3 {
color: #4bb9b7;
}
.color-4 {
color: #309c93;
}
.color-5 {
color: #007a7a;
}

/* CSS Variables */
:root {
--color-1: #a9e1ea;
--color-2: #6ed0d4;
--color-3: #4bb9b7;
--color-4: #309c93;
--color-5: #007a7a;
}

🌈 Clean Aqua background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9e1ea, #6ed0d4, #4bb9b7, #309c93, #007a7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9e1ea, #6ed0d4, #4bb9b7, #309c93, #007a7a);
}

Clean Aqua color palette created on .