Human Touch Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Human Touch palette

Share this palette to:

Human Touch color palette PNG image

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

Human Touch color palette CSS

/* CSS */
.color-1 {
color: #f2cfc4;
}
.color-2 {
color: #d7aba3;
}
.color-3 {
color: #af7f79;
}
.color-4 {
color: #9b5b50;
}
.color-5 {
color: #7b3f3d;
}

/* CSS Variables */
:root {
--color-1: #f2cfc4;
--color-2: #d7aba3;
--color-3: #af7f79;
--color-4: #9b5b50;
--color-5: #7b3f3d;
}

Human Touch background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2cfc4, #d7aba3, #af7f79, #9b5b50, #7b3f3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2cfc4, #d7aba3, #af7f79, #9b5b50, #7b3f3d);
}

Human Touch color palette created on .