Aqua Breeze Color Palette
Discover the beautiful Aqua Breeze color palette featuring spray (#79deec), morning glory (#a3e0df), powder blue (#b5e8e3), aqua haze (#eef3f6) and manhattan (#f6b8a2).
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 Aqua Breeze palette
💻 Aqua Breeze color palette CSS
/* CSS */
.color-1 {
color: #79deec;
}
.color-2 {
color: #a3e0df;
}
.color-3 {
color: #b5e8e3;
}
.color-4 {
color: #eef3f6;
}
.color-5 {
color: #f6b8a2;
}
/* CSS Variables */
:root {
--color-1: #79deec;
--color-2: #a3e0df;
--color-3: #b5e8e3;
--color-4: #eef3f6;
--color-5: #f6b8a2;
}
🌈 Aqua Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #79deec, #a3e0df, #b5e8e3, #eef3f6, #f6b8a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #79deec, #a3e0df, #b5e8e3, #eef3f6, #f6b8a2);
}
🔗 Explore similar color palettes
Aqua Breeze color palette created on .