Humming Bird Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Humming Bird palette
Humming Bird color palette PNG image
Humming Bird color palette CSS
/* CSS */
.color-1 {
color: #a6e8e4;
}
.color-2 {
color: #b9f3eb;
}
.color-3 {
color: #d1f5f1;
}
.color-4 {
color: #f8fcfa;
}
.color-5 {
color: #f5fffc;
}
/* CSS Variables */
:root {
--color-1: #a6e8e4;
--color-2: #b9f3eb;
--color-3: #d1f5f1;
--color-4: #f8fcfa;
--color-5: #f5fffc;
}
Humming Bird background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6e8e4, #b9f3eb, #d1f5f1, #f8fcfa, #f5fffc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6e8e4, #b9f3eb, #d1f5f1, #f8fcfa, #f5fffc);
}
Similar color palettes
Humming Bird color palette created on .