Light Aqua Color Palette
Discover the beautiful Light Aqua color palette featuring water leaf (#a2e1e7), powder blue (#b9e9e3), iceberg (#d0f0ed), off green (#e4f7f1) and twilight blue (#f0ffff).
Brightness
Saturation
Warmth
💡 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 Light Aqua palette
💻 Light Aqua color palette CSS
/* CSS */
.color-1 {
color: #a2e1e7;
}
.color-2 {
color: #b9e9e3;
}
.color-3 {
color: #d0f0ed;
}
.color-4 {
color: #e4f7f1;
}
.color-5 {
color: #f0ffff;
}
/* CSS Variables */
:root {
--color-1: #a2e1e7;
--color-2: #b9e9e3;
--color-3: #d0f0ed;
--color-4: #e4f7f1;
--color-5: #f0ffff;
}
🌈 Light Aqua background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2e1e7, #b9e9e3, #d0f0ed, #e4f7f1, #f0ffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2e1e7, #b9e9e3, #d0f0ed, #e4f7f1, #f0ffff);
}
🔗 Explore similar color palettes
Light Aqua color palette created on .