Shades of Aqua Color Palette

Discover the beautiful Shades of Aqua color palette featuring iceberg (#dcf4f1), morning glory (#a3e0de), monte carlo (#7ed3d1), pelorous (#3bc4c4) and persian green (#00999e).

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 Shades of Aqua palette

Share this palette to:

💻 Shades of Aqua color palette CSS

/* CSS */
.color-1 {
color: #dcf4f1;
}
.color-2 {
color: #a3e0de;
}
.color-3 {
color: #7ed3d1;
}
.color-4 {
color: #3bc4c4;
}
.color-5 {
color: #00999e;
}

/* CSS Variables */
:root {
--color-1: #dcf4f1;
--color-2: #a3e0de;
--color-3: #7ed3d1;
--color-4: #3bc4c4;
--color-5: #00999e;
}

🌈 Shades of Aqua background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dcf4f1, #a3e0de, #7ed3d1, #3bc4c4, #00999e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dcf4f1, #a3e0de, #7ed3d1, #3bc4c4, #00999e);
}

Shades of Aqua color palette created on .