Blonde Gold Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blonde Gold palette

Share this palette to:

Blonde Gold color palette PNG image

Download blonde gold color palette PNG image (landscape)
Download blonde gold color palette PNG image (square)

Blonde Gold color palette CSS

/* CSS */
.color-1 {
color: #f9e3b4;
}
.color-2 {
color: #f3c37c;
}
.color-3 {
color: #e5a23e;
}
.color-4 {
color: #c58a2b;
}
.color-5 {
color: #a76d1b;
}

/* CSS Variables */
:root {
--color-1: #f9e3b4;
--color-2: #f3c37c;
--color-3: #e5a23e;
--color-4: #c58a2b;
--color-5: #a76d1b;
}

Blonde Gold background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e3b4, #f3c37c, #e5a23e, #c58a2b, #a76d1b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e3b4, #f3c37c, #e5a23e, #c58a2b, #a76d1b);
}

Blonde Gold color palette created on .