Paleta de colores Humming Bird

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Humming Bird palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Humming Bird

Download humming bird color palette PNG image (landscape)
Download humming bird color palette PNG image (square)

CSS de la paleta de colores Humming Bird

/* 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;
}

CSS del degradado de fondo Humming Bird

/* 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);
}

Humming Bird color palette created on .