Golden Brown Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Brown palette

Share this palette to:

Golden Brown color palette CSS

/* CSS */
.color-1 {
color: #f6d860;
}
.color-2 {
color: #e9b63f;
}
.color-3 {
color: #d6a024;
}
.color-4 {
color: #a77d1b;
}
.color-5 {
color: #785d12;
}

/* CSS Variables */
:root {
--color-1: #f6d860;
--color-2: #e9b63f;
--color-3: #d6a024;
--color-4: #a77d1b;
--color-5: #785d12;
}

Golden Brown background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d860, #e9b63f, #d6a024, #a77d1b, #785d12);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d860, #e9b63f, #d6a024, #a77d1b, #785d12);
}

Golden Brown color palette created on .