Brass & Leather Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Brass & Leather Dreams palette

Share this palette to:

Brass & Leather Dreams color palette CSS

/* CSS */
.color-1 {
color: #895b29;
}
.color-2 {
color: #d89f69;
}
.color-3 {
color: #e4c9a0;
}
.color-4 {
color: #7e4b3a;
}
.color-5 {
color: #c1b8a9;
}

/* CSS Variables */
:root {
--color-1: #895b29;
--color-2: #d89f69;
--color-3: #e4c9a0;
--color-4: #7e4b3a;
--color-5: #c1b8a9;
}

Brass & Leather Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #895b29, #d89f69, #e4c9a0, #7e4b3a, #c1b8a9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #895b29, #d89f69, #e4c9a0, #7e4b3a, #c1b8a9);
}

Brass & Leather Dreams color palette created on .