Aqua Serenity Color Palette
Discover the beautiful Aqua Serenity color palette featuring azure radiance (#00aaff), caribbean green (#00cc88), screamin' green (#66ff78), aquamarine (#99ffcc) and reef (#ccff99).
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 Serenity palette
💻 Aqua Serenity color palette CSS
/* CSS */
.color-1 {
color: #00aaff;
}
.color-2 {
color: #00cc88;
}
.color-3 {
color: #66ff78;
}
.color-4 {
color: #99ffcc;
}
.color-5 {
color: #ccff99;
}
/* CSS Variables */
:root {
--color-1: #00aaff;
--color-2: #00cc88;
--color-3: #66ff78;
--color-4: #99ffcc;
--color-5: #ccff99;
}
🌈 Aqua Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00aaff, #00cc88, #66ff78, #99ffcc, #ccff99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00aaff, #00cc88, #66ff78, #99ffcc, #ccff99);
}
🔗 Explore similar color palettes
Aqua Serenity color palette created on .