Aqua Melody Color Palette
Discover the beautiful Aqua Melody color palette featuring picton blue (#3bd7e8), scooter (#2bb7da), eastern blue (#1a92b7), blue chill (#078e9d) and blue lagoon (#007a85).
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 Melody palette
💻 Aqua Melody color palette CSS
/* CSS */
.color-1 {
color: #3bd7e8;
}
.color-2 {
color: #2bb7da;
}
.color-3 {
color: #1a92b7;
}
.color-4 {
color: #078e9d;
}
.color-5 {
color: #007a85;
}
/* CSS Variables */
:root {
--color-1: #3bd7e8;
--color-2: #2bb7da;
--color-3: #1a92b7;
--color-4: #078e9d;
--color-5: #007a85;
} 🌈 Aqua Melody background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3bd7e8, #2bb7da, #1a92b7, #078e9d, #007a85);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3bd7e8, #2bb7da, #1a92b7, #078e9d, #007a85);
} 🔗 Explore similar color palettes
Aqua Melody color palette created on .