Sunset Citrus Burst Color Palette
Discover the beautiful Sunset Citrus Burst color palette featuring goldenrod (#f9d86c), sandy brown (#f6a85a), sandy brown (#f19e4b), burnt sienna (#ea6c3e) and punch (#d84b2c).
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 Sunset Citrus Burst palette
💻 Sunset Citrus Burst color palette CSS
/* CSS */
.color-1 {
color: #f9d86c;
}
.color-2 {
color: #f6a85a;
}
.color-3 {
color: #f19e4b;
}
.color-4 {
color: #ea6c3e;
}
.color-5 {
color: #d84b2c;
}
/* CSS Variables */
:root {
--color-1: #f9d86c;
--color-2: #f6a85a;
--color-3: #f19e4b;
--color-4: #ea6c3e;
--color-5: #d84b2c;
}
🌈 Sunset Citrus Burst background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d86c, #f6a85a, #f19e4b, #ea6c3e, #d84b2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d86c, #f6a85a, #f19e4b, #ea6c3e, #d84b2c);
}
🔗 Explore similar color palettes
Sunset Citrus Burst color palette created on .