Aqua Island Color Palette

Discover the beautiful Aqua Island color palette featuring aqua island (#a0dad7), aquamarine blue (#75d6e1), scooter (#29c5d6), elm (#1a8c8e) and deep sea green (#0b585b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Beach, Bright, Tropical, Spring 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 Island palette

Share this palette to:

💻 Aqua Island color palette CSS

/* CSS */
.color-1 {
color: #a0dad7;
}
.color-2 {
color: #75d6e1;
}
.color-3 {
color: #29c5d6;
}
.color-4 {
color: #1a8c8e;
}
.color-5 {
color: #0b585b;
}

/* CSS Variables */
:root {
--color-1: #a0dad7;
--color-2: #75d6e1;
--color-3: #29c5d6;
--color-4: #1a8c8e;
--color-5: #0b585b;
}

🌈 Aqua Island background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a0dad7, #75d6e1, #29c5d6, #1a8c8e, #0b585b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a0dad7, #75d6e1, #29c5d6, #1a8c8e, #0b585b);
}

Aqua Island color palette created on .