Aqua Symphony Color Palette
Discover the beautiful Aqua Symphony color palette featuring orient (#006080), pacific blue (#0099cc), shakespeare (#66b3d6), anakiwa (#99e6ff) and french pass (#b3f0ff).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with 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 Symphony palette
💻 Aqua Symphony color palette CSS
/* CSS */
.color-1 {
color: #006080;
}
.color-2 {
color: #0099cc;
}
.color-3 {
color: #66b3d6;
}
.color-4 {
color: #99e6ff;
}
.color-5 {
color: #b3f0ff;
}
/* CSS Variables */
:root {
--color-1: #006080;
--color-2: #0099cc;
--color-3: #66b3d6;
--color-4: #99e6ff;
--color-5: #b3f0ff;
} 🌈 Aqua Symphony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #006080, #0099cc, #66b3d6, #99e6ff, #b3f0ff);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #006080, #0099cc, #66b3d6, #99e6ff, #b3f0ff);
} Aqua Symphony color palette created on .