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