Leather Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Leather palette

Share this palette to:

Download Leather Color Palette (PNG)

Download leather color palette PNG image (landscape)
Download leather color palette PNG image (square)

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);
}

Leather color palette created on .