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