Aqua Odyssey Color Palette
Discover the beautiful Aqua Odyssey color palette featuring blue lagoon (#007e94), persian green (#00b3aa), robin's egg blue (#00d6d3), morning glory (#a6e3e1) and clear day (#e5fffb).
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 Odyssey palette
💻 Aqua Odyssey color palette CSS
/* CSS */
.color-1 {
color: #007e94;
}
.color-2 {
color: #00b3aa;
}
.color-3 {
color: #00d6d3;
}
.color-4 {
color: #a6e3e1;
}
.color-5 {
color: #e5fffb;
}
/* CSS Variables */
:root {
--color-1: #007e94;
--color-2: #00b3aa;
--color-3: #00d6d3;
--color-4: #a6e3e1;
--color-5: #e5fffb;
} 🌈 Aqua Odyssey background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #007e94, #00b3aa, #00d6d3, #a6e3e1, #e5fffb);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #007e94, #00b3aa, #00d6d3, #a6e3e1, #e5fffb);
} 🔗 Explore similar color palettes
Aqua Odyssey color palette created on .