Skinned Human Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Skinned Human palette

Share this palette to:

Skinned Human color palette PNG image

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

Skinned Human color palette CSS

/* CSS */
.color-1 {
color: #f2d6c4;
}
.color-2 {
color: #e8b5a1;
}
.color-3 {
color: #d87b6f;
}
.color-4 {
color: #c4705f;
}
.color-5 {
color: #b15b4e;
}

/* CSS Variables */
:root {
--color-1: #f2d6c4;
--color-2: #e8b5a1;
--color-3: #d87b6f;
--color-4: #c4705f;
--color-5: #b15b4e;
}

Skinned Human background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2d6c4, #e8b5a1, #d87b6f, #c4705f, #b15b4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2d6c4, #e8b5a1, #d87b6f, #c4705f, #b15b4e);
}

Skinned Human color palette created on .