Discover the beautiful Yellow Sunset color palette featuring web orange (#f5a300), burning orange (#ff7142), california (#ff9900), supernova (#ffcc00) and bright sun (#f7e13b).
Yellow Sunset Color Palette
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with color palettes and combinations.
💡 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
Explore how the Yellow Sunset palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Yellow Sunset palette
💻 Yellow Sunset color palette CSS
/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #ff7142;
}
.color-3 {
color: #ff9900;
}
.color-4 {
color: #ffcc00;
}
.color-5 {
color: #f7e13b;
}
/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #ff7142;
--color-3: #ff9900;
--color-4: #ffcc00;
--color-5: #f7e13b;
}
🌈 Yellow Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #ff7142, #ff9900, #ffcc00, #f7e13b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #ff7142, #ff9900, #ffcc00, #f7e13b);
}
🔗 Explore similar color palettes
Yellow Sunset color palette created on .