Bright Aqua Color Palette
Discover the beautiful Bright Aqua color palette featuring tropical blue (#bfdbf7), regent st blue (#a3c7e0), half baked (#80b3d6), fountain blue (#5ca0c1) and boston blue (#3c8aaf).
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 Bright Aqua palette
💻 Bright Aqua color palette CSS
/* CSS */
.color-1 {
color: #bfdbf7;
}
.color-2 {
color: #a3c7e0;
}
.color-3 {
color: #80b3d6;
}
.color-4 {
color: #5ca0c1;
}
.color-5 {
color: #3c8aaf;
}
/* CSS Variables */
:root {
--color-1: #bfdbf7;
--color-2: #a3c7e0;
--color-3: #80b3d6;
--color-4: #5ca0c1;
--color-5: #3c8aaf;
} 🌈 Bright Aqua background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bfdbf7, #a3c7e0, #80b3d6, #5ca0c1, #3c8aaf);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bfdbf7, #a3c7e0, #80b3d6, #5ca0c1, #3c8aaf);
} 🔗 Explore similar color palettes
Bright Aqua color palette created on .