Blue Fish Bowl Color Palette

Discover the beautiful Blue Fish Bowl color palette featuring scooter (#30b1da), regent st blue (#a4d0e4), galliano (#e8bc0d), froly (#f77570) and carnation (#f16069).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Beach, Coral, Fun, Red, Summer, Vibrant, Warm, Yellow 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 Blue Fish Bowl palette

Share this palette to:

💻 Blue Fish Bowl color palette CSS

/* CSS */
.color-1 {
color: #30b1da;
}
.color-2 {
color: #a4d0e4;
}
.color-3 {
color: #e8bc0d;
}
.color-4 {
color: #f77570;
}
.color-5 {
color: #f16069;
}

/* CSS Variables */
:root {
--color-1: #30b1da;
--color-2: #a4d0e4;
--color-3: #e8bc0d;
--color-4: #f77570;
--color-5: #f16069;
}

🌈 Blue Fish Bowl background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #30b1da, #a4d0e4, #e8bc0d, #f77570, #f16069);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #30b1da, #a4d0e4, #e8bc0d, #f77570, #f16069);
}

Blue Fish Bowl color palette created on .