Shades of Gold Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Gold palette

Share this palette to:

Shades of Gold color palette CSS

/* CSS */
.color-1 {
color: #e3b52b;
}
.color-2 {
color: #c69c4e;
}
.color-3 {
color: #a67b68;
}
.color-4 {
color: #81566d;
}
.color-5 {
color: #5e3b6d;
}

/* CSS Variables */
:root {
--color-1: #e3b52b;
--color-2: #c69c4e;
--color-3: #a67b68;
--color-4: #81566d;
--color-5: #5e3b6d;
}

Shades of Gold background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3b52b, #c69c4e, #a67b68, #81566d, #5e3b6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3b52b, #c69c4e, #a67b68, #81566d, #5e3b6d);
}

Shades of Gold color palette created on .