Golden Sunset Color Palette
Discover the beautiful Golden Sunset color palette featuring just right (#edd2bb), cashmere (#e7c0a2), zinnwaldite (#e9c4ab), cashmere (#e5b9a0) and cashmere (#e4b59d).
Brightness
Saturation
Warmth
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
UI Examples
Explore beautiful UI components with Golden Sunset palette
๐ป Golden Sunset color palette CSS
/* CSS */
.color-1 {
color: #edd2bb;
}
.color-2 {
color: #e7c0a2;
}
.color-3 {
color: #e9c4ab;
}
.color-4 {
color: #e5b9a0;
}
.color-5 {
color: #e4b59d;
}
/* CSS Variables */
:root {
--color-1: #edd2bb;
--color-2: #e7c0a2;
--color-3: #e9c4ab;
--color-4: #e5b9a0;
--color-5: #e4b59d;
} ๐ Golden Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #edd2bb, #e7c0a2, #e9c4ab, #e5b9a0, #e4b59d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #edd2bb, #e7c0a2, #e9c4ab, #e5b9a0, #e4b59d);
} ๐ Explore similar color palettes
Golden Sunset color palette created on .