Golden Sunset Color Palette
Discover the beautiful Golden Sunset color palette featuring saffron mango (#f7c059), tulip tree (#ebae4c), maize (#f5d299), sandy brown (#f09e4c) and brandy punch (#d67d29).
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: #f7c059;
}
.color-2 {
color: #ebae4c;
}
.color-3 {
color: #f5d299;
}
.color-4 {
color: #f09e4c;
}
.color-5 {
color: #d67d29;
}
/* CSS Variables */
:root {
--color-1: #f7c059;
--color-2: #ebae4c;
--color-3: #f5d299;
--color-4: #f09e4c;
--color-5: #d67d29;
} ๐ Golden Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c059, #ebae4c, #f5d299, #f09e4c, #d67d29);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c059, #ebae4c, #f5d299, #f09e4c, #d67d29);
} ๐ Explore similar color palettes
Golden Sunset color palette created on .