Paleta de colores Human Touch

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Human Touch palette

Compartir esta paleta en:

Descargar la paleta de colores Human Touch (PNG)

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

CSS de la paleta de colores Human Touch

/* CSS */
.color-1 {
color: #f2c5b5;
}
.color-2 {
color: #dfb89f;
}
.color-3 {
color: #d09f8b;
}
.color-4 {
color: #b47d6e;
}
.color-5 {
color: #9b5c50;
}

/* CSS Variables */
:root {
--color-1: #f2c5b5;
--color-2: #dfb89f;
--color-3: #d09f8b;
--color-4: #b47d6e;
--color-5: #9b5c50;
}

CSS del degradado de fondo Human Touch

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2c5b5, #dfb89f, #d09f8b, #b47d6e, #9b5c50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2c5b5, #dfb89f, #d09f8b, #b47d6e, #9b5c50);
}

Paletas de colores similares

Human Touch color palette created on .