Golden Sunset Color Palette
Discover the beautiful Golden Sunset color palette featuring tulip tree (#e6b93d), punch (#d64b24), plum (#8c2b7b), eminence (#6a2d8f) and keppel (#3a9ea1).
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: #e6b93d;
}
.color-2 {
color: #d64b24;
}
.color-3 {
color: #8c2b7b;
}
.color-4 {
color: #6a2d8f;
}
.color-5 {
color: #3a9ea1;
}
/* CSS Variables */
:root {
--color-1: #e6b93d;
--color-2: #d64b24;
--color-3: #8c2b7b;
--color-4: #6a2d8f;
--color-5: #3a9ea1;
} ๐ Golden Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6b93d, #d64b24, #8c2b7b, #6a2d8f, #3a9ea1);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6b93d, #d64b24, #8c2b7b, #6a2d8f, #3a9ea1);
} ๐ Explore similar color palettes
Golden Sunset color palette created on .