Golden Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Shades palette

Share this palette to:

Golden Shades color palette CSS

/* CSS */
.color-1 {
color: #f3df6d;
}
.color-2 {
color: #d6b40a;
}
.color-3 {
color: #8f902c;
}
.color-4 {
color: #f2e3b5;
}
.color-5 {
color: #e0a500;
}

/* CSS Variables */
:root {
--color-1: #f3df6d;
--color-2: #d6b40a;
--color-3: #8f902c;
--color-4: #f2e3b5;
--color-5: #e0a500;
}

Golden Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3df6d, #d6b40a, #8f902c, #f2e3b5, #e0a500);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3df6d, #d6b40a, #8f902c, #f2e3b5, #e0a500);
}

Golden Shades color palette created on .