Skinned Human Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Skinned Human palette
Color Inspiration
Images that showcase this color palette in real designs
Download Skinned Human Color Palette (PNG)
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);
}
Similar color palettes
Skinned Human color palette created on .