Aquarium Color Palette
Discover the beautiful Aquarium color palette featuring sail (#a1dff7), viking (#6ab0e2), calypso (#3b7a9b), blue lagoon (#006c80) and sherpa blue (#004a4d).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Coastal, Cyan, Deep, Teal, Tropical, Warm Summer 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 Aquarium palette
💻 Aquarium color palette CSS
/* CSS */
.color-1 {
color: #a1dff7;
}
.color-2 {
color: #6ab0e2;
}
.color-3 {
color: #3b7a9b;
}
.color-4 {
color: #006c80;
}
.color-5 {
color: #004a4d;
}
/* CSS Variables */
:root {
--color-1: #a1dff7;
--color-2: #6ab0e2;
--color-3: #3b7a9b;
--color-4: #006c80;
--color-5: #004a4d;
}
🌈 Aquarium background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1dff7, #6ab0e2, #3b7a9b, #006c80, #004a4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1dff7, #6ab0e2, #3b7a9b, #006c80, #004a4d);
}
🔗 Explore similar color palettes
Aquarium color palette created on .