Human Touch Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Human Touch palette
Human Touch color palette PNG image
Human Touch color palette CSS
/* CSS */
.color-1 {
color: #f2c5b5;
}
.color-2 {
color: #dfb89f;
}
.color-3 {
color: #d09f8b;
}
.color-4 {
color: #b47d6e;
}
.color-5 {
color: #9b5c50;
}
/* CSS Variables */
:root {
--color-1: #f2c5b5;
--color-2: #dfb89f;
--color-3: #d09f8b;
--color-4: #b47d6e;
--color-5: #9b5c50;
}
Human Touch background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2c5b5, #dfb89f, #d09f8b, #b47d6e, #9b5c50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2c5b5, #dfb89f, #d09f8b, #b47d6e, #9b5c50);
}
Similar color palettes
Human Touch color palette created on .