Blue Fish Bowl Color Palette
Discover the beautiful Blue Fish Bowl color palette featuring scooter (#29b6e0), regent st blue (#a4d1e5), supernova (#f5c400), bittersweet (#ff6e61) and carnation (#f9585a).
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 Blue Fish Bowl palette
💻 Blue Fish Bowl color palette CSS
/* CSS */
.color-1 {
color: #29b6e0;
}
.color-2 {
color: #a4d1e5;
}
.color-3 {
color: #f5c400;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #f9585a;
}
/* CSS Variables */
:root {
--color-1: #29b6e0;
--color-2: #a4d1e5;
--color-3: #f5c400;
--color-4: #ff6e61;
--color-5: #f9585a;
} 🌈 Blue Fish Bowl background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #29b6e0, #a4d1e5, #f5c400, #ff6e61, #f9585a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #29b6e0, #a4d1e5, #f5c400, #ff6e61, #f9585a);
} 🔗 Explore similar color palettes
Blue Fish Bowl color palette created on .