Golden Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Golden Elegance palette
Color Inspiration
Images that showcase this color palette in real designs
Download Golden Elegance Color Palette (PNG)
Golden Elegance color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f9e1b4;
}
.color-3 {
color: #e5cba9;
}
.color-4 {
color: #d4bda5;
}
.color-5 {
color: #c6a68b;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f9e1b4;
--color-3: #e5cba9;
--color-4: #d4bda5;
--color-5: #c6a68b;
}
Golden Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f9e1b4, #e5cba9, #d4bda5, #c6a68b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f9e1b4, #e5cba9, #d4bda5, #c6a68b);
}
Similar color palettes
Golden Elegance color palette created on .