Human Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Human palette

Share this palette to:

Human color palette PNG image

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

Human color palette 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;
}

Human background gradient CSS

/* 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 .