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: #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);
}
Similar color palettes
Scroll down to explore 100+ Peach color palettes
Human Touch color palette created on .