Sunset Orange Color Palette
Discover the beautiful Sunset Orange color palette featuring energy yellow (#f9d64e), casablanca (#f6b951), carrot orange (#f39b20), flamingo (#f26b2c) and cinnabar (#e13c2d).
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 Orange palette
💻 Sunset Orange color palette CSS
/* CSS */
.color-1 {
color: #f9d64e;
}
.color-2 {
color: #f6b951;
}
.color-3 {
color: #f39b20;
}
.color-4 {
color: #f26b2c;
}
.color-5 {
color: #e13c2d;
}
/* CSS Variables */
:root {
--color-1: #f9d64e;
--color-2: #f6b951;
--color-3: #f39b20;
--color-4: #f26b2c;
--color-5: #e13c2d;
}
🌈 Sunset Orange background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d64e, #f6b951, #f39b20, #f26b2c, #e13c2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d64e, #f6b951, #f39b20, #f26b2c, #e13c2d);
}
🔗 Explore similar color palettes
Sunset Orange color palette created on .