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