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: #f5d8c7;
}
.color-2 {
color: #e4b5a0;
}
.color-3 {
color: #d28c79;
}
.color-4 {
color: #a45e46;
}
.color-5 {
color: #7a3e33;
}

/* CSS Variables */
:root {
--color-1: #f5d8c7;
--color-2: #e4b5a0;
--color-3: #d28c79;
--color-4: #a45e46;
--color-5: #7a3e33;
}

Human background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5d8c7, #e4b5a0, #d28c79, #a45e46, #7a3e33);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5d8c7, #e4b5a0, #d28c79, #a45e46, #7a3e33);
}

Human color palette created on .