Paleta de colores Human

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Human palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Human

Download human color palette PNG image (landscape)
Download human color palette PNG image (square)

CSS de la paleta de colores Human

/* CSS */
.color-1 {
color: #f5c7c2;
}
.color-2 {
color: #f3b9aa;
}
.color-3 {
color: #f0a59e;
}
.color-4 {
color: #e88f8c;
}
.color-5 {
color: #e07b7e;
}

/* CSS Variables */
:root {
--color-1: #f5c7c2;
--color-2: #f3b9aa;
--color-3: #f0a59e;
--color-4: #e88f8c;
--color-5: #e07b7e;
}

CSS del degradado de fondo Human

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c7c2, #f3b9aa, #f0a59e, #e88f8c, #e07b7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c7c2, #f3b9aa, #f0a59e, #e88f8c, #e07b7e);
}

Human color palette created on .