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: #cba034;
}
.color-2 {
color: #d4b159;
}
.color-3 {
color: #e2c18d;
}
.color-4 {
color: #f2d6a1;
}
.color-5 {
color: #f9e8b4;
}

/* CSS Variables */
:root {
--color-1: #cba034;
--color-2: #d4b159;
--color-3: #e2c18d;
--color-4: #f2d6a1;
--color-5: #f9e8b4;
}

Golden Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cba034, #d4b159, #e2c18d, #f2d6a1, #f9e8b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cba034, #d4b159, #e2c18d, #f2d6a1, #f9e8b4);
}

Golden Shades color palette created on .