Paleta de colores Human Touch

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Human Touch palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Human Touch

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: #f1c7a7;
}
.color-2 {
color: #e7a17e;
}
.color-3 {
color: #d58a67;
}
.color-4 {
color: #bf694a;
}
.color-5 {
color: #aa543c;
}

/* CSS Variables */
:root {
--color-1: #f1c7a7;
--color-2: #e7a17e;
--color-3: #d58a67;
--color-4: #bf694a;
--color-5: #aa543c;
}

CSS del degradado de fondo Human Touch

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c7a7, #e7a17e, #d58a67, #bf694a, #aa543c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c7a7, #e7a17e, #d58a67, #bf694a, #aa543c);
}

Human Touch color palette created on .