Human Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Human palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Human

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

tavolozza dei colori Human CSS

/* CSS */
.color-1 {
color: #f5d1a8;
}
.color-2 {
color: #f9cca9;
}
.color-3 {
color: #f4a499;
}
.color-4 {
color: #e57b7b;
}
.color-5 {
color: #c74d6f;
}

/* CSS Variables */
:root {
--color-1: #f5d1a8;
--color-2: #f9cca9;
--color-3: #f4a499;
--color-4: #e57b7b;
--color-5: #c74d6f;
}

CSS con gradiente di sfondo Human

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5d1a8, #f9cca9, #f4a499, #e57b7b, #c74d6f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5d1a8, #f9cca9, #f4a499, #e57b7b, #c74d6f);
}

Human color palette created on .