Human Touch Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Human Touch palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Human Touch

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

tavolozza dei colori Human Touch CSS

/* 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 con gradiente di sfondo 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);
}

Human Touch color palette created on .