Aqua Peacock Color Palette
Discover the beautiful Aqua Peacock color palette featuring blue lagoon (#007e94), persian green (#00b3aa), viking (#5dcfd5), powder blue (#b4e9e9) and green white (#f5f7f2).
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 Peacock palette
💻 Aqua Peacock color palette CSS
/* CSS */
.color-1 {
color: #007e94;
}
.color-2 {
color: #00b3aa;
}
.color-3 {
color: #5dcfd5;
}
.color-4 {
color: #b4e9e9;
}
.color-5 {
color: #f5f7f2;
}
/* CSS Variables */
:root {
--color-1: #007e94;
--color-2: #00b3aa;
--color-3: #5dcfd5;
--color-4: #b4e9e9;
--color-5: #f5f7f2;
} 🌈 Aqua Peacock background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #007e94, #00b3aa, #5dcfd5, #b4e9e9, #f5f7f2);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #007e94, #00b3aa, #5dcfd5, #b4e9e9, #f5f7f2);
} 🔗 Explore similar color palettes
Aqua Peacock color palette created on .