Golden Hazel Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Hazel palette

Share this palette to:

Download Golden Hazel Color Palette (PNG)

Download golden hazel color palette PNG image (landscape)
Download golden hazel color palette PNG image (square)

Golden Hazel color palette CSS

/* CSS */
.color-1 {
color: #bda46b;
}
.color-2 {
color: #dac24e;
}
.color-3 {
color: #e7b54b;
}
.color-4 {
color: #d68f3d;
}
.color-5 {
color: #a95b3d;
}

/* CSS Variables */
:root {
--color-1: #bda46b;
--color-2: #dac24e;
--color-3: #e7b54b;
--color-4: #d68f3d;
--color-5: #a95b3d;
}

Golden Hazel background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bda46b, #dac24e, #e7b54b, #d68f3d, #a95b3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bda46b, #dac24e, #e7b54b, #d68f3d, #a95b3d);
}

Similar color palettes

Scroll down to explore 1 Hazel color palette

Golden Hazel color palette created on .