Hombre Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Hombre palette
Color Inspiration
Images that showcase this color palette in real designs
Download Hombre Color Palette (PNG)
Hombre color palette CSS
/* CSS */
.color-1 {
color: #96a9ca;
}
.color-2 {
color: #a8c2d6;
}
.color-3 {
color: #c4dce4;
}
.color-4 {
color: #dbf0db;
}
.color-5 {
color: #fbf7ef;
}
/* CSS Variables */
:root {
--color-1: #96a9ca;
--color-2: #a8c2d6;
--color-3: #c4dce4;
--color-4: #dbf0db;
--color-5: #fbf7ef;
}
Hombre background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #96a9ca, #a8c2d6, #c4dce4, #dbf0db, #fbf7ef);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #96a9ca, #a8c2d6, #c4dce4, #dbf0db, #fbf7ef);
}
Similar color palettes
Hombre color palette created on .