Discover the beautiful Yellow Sunset color palette featuring saffron (#f6d241), burning orange (#ff6933), sunset orange (#ff4d4f), chambray (#2e4c7f) and shakespeare (#4a9cd3).
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: #f6d241;
}
.color-2 {
color: #ff6933;
}
.color-3 {
color: #ff4d4f;
}
.color-4 {
color: #2e4c7f;
}
.color-5 {
color: #4a9cd3;
}
/* CSS Variables */
:root {
--color-1: #f6d241;
--color-2: #ff6933;
--color-3: #ff4d4f;
--color-4: #2e4c7f;
--color-5: #4a9cd3;
}
🌈 Yellow Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d241, #ff6933, #ff4d4f, #2e4c7f, #4a9cd3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d241, #ff6933, #ff4d4f, #2e4c7f, #4a9cd3);
}
🔗 Explore similar color palettes
Yellow Sunset color palette created on .