Golden Ember Sunset Color Palette
Discover the beautiful Golden Ember Sunset color palette featuring rajah (#f8c572), energy yellow (#f7d74b), selective yellow (#f5b400), zest (#e77e23) and tenn (#d15400).
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 Ember Sunset palette
๐ป Golden Ember Sunset color palette CSS
/* CSS */
.color-1 {
color: #f8c572;
}
.color-2 {
color: #f7d74b;
}
.color-3 {
color: #f5b400;
}
.color-4 {
color: #e77e23;
}
.color-5 {
color: #d15400;
}
/* CSS Variables */
:root {
--color-1: #f8c572;
--color-2: #f7d74b;
--color-3: #f5b400;
--color-4: #e77e23;
--color-5: #d15400;
}
๐ Golden Ember Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c572, #f7d74b, #f5b400, #e77e23, #d15400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c572, #f7d74b, #f5b400, #e77e23, #d15400);
}
๐ Explore similar color palettes
Golden Ember Sunset color palette created on .