Golden Grain Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Grain palette

Share this palette to:

Download Golden Grain Color Palette (PNG)

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

Golden Grain color palette CSS

/* CSS */
.color-1 {
color: #f5deb2;
}
.color-2 {
color: #edd5a6;
}
.color-3 {
color: #d9b97d;
}
.color-4 {
color: #c59d59;
}
.color-5 {
color: #a87c3e;
}

/* CSS Variables */
:root {
--color-1: #f5deb2;
--color-2: #edd5a6;
--color-3: #d9b97d;
--color-4: #c59d59;
--color-5: #a87c3e;
}

Golden Grain background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5deb2, #edd5a6, #d9b97d, #c59d59, #a87c3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5deb2, #edd5a6, #d9b97d, #c59d59, #a87c3e);
}

Similar color palettes

Golden Grain color palette created on .