Humming Bird Color Palette

Discover the beautiful Humming Bird color palette featuring water leaf (#a6e8e4), mint tulip (#b9f3eb), mint tulip (#d1f5f1), black squeeze (#f7fcfa) and clear day (#f5fffc).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Beach, Bright, Coastal, Cyan, Light, Mint, Tropical, Vibrant 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 Humming Bird palette

Share this palette to:

💻 Humming Bird color palette CSS

/* CSS */
.color-1 {
color: #a6e8e4;
}
.color-2 {
color: #b9f3eb;
}
.color-3 {
color: #d1f5f1;
}
.color-4 {
color: #f7fcfa;
}
.color-5 {
color: #f5fffc;
}

/* CSS Variables */
:root {
--color-1: #a6e8e4;
--color-2: #b9f3eb;
--color-3: #d1f5f1;
--color-4: #f7fcfa;
--color-5: #f5fffc;
}

🌈 Humming Bird background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6e8e4, #b9f3eb, #d1f5f1, #f7fcfa, #f5fffc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6e8e4, #b9f3eb, #d1f5f1, #f7fcfa, #f5fffc);
}

Humming Bird color palette created on .