Golden Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Elegance palette

Share this palette to:

Golden Elegance color palette CSS

/* CSS */
.color-1 {
color: #d6b600;
}
.color-2 {
color: #f5c400;
}
.color-3 {
color: #f9e1a4;
}
.color-4 {
color: #f6a6a2;
}
.color-5 {
color: #e57e6c;
}

/* CSS Variables */
:root {
--color-1: #d6b600;
--color-2: #f5c400;
--color-3: #f9e1a4;
--color-4: #f6a6a2;
--color-5: #e57e6c;
}

Golden Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6b600, #f5c400, #f9e1a4, #f6a6a2, #e57e6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6b600, #f5c400, #f9e1a4, #f6a6a2, #e57e6c);
}

Golden Elegance color palette created on .