Orange Sunset Color Palette
Discover the beautiful Orange Sunset color palette featuring portica (#f6ec60), red damask (#d86b41), fuel yellow (#efab25), flame pea (#df5643) and medium carmine (#b93c3c).
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 Orange Sunset palette
💻 Orange Sunset color palette CSS
/* CSS */
.color-1 {
color: #f6ec60;
}
.color-2 {
color: #d86b41;
}
.color-3 {
color: #efab25;
}
.color-4 {
color: #df5643;
}
.color-5 {
color: #b93c3c;
}
/* CSS Variables */
:root {
--color-1: #f6ec60;
--color-2: #d86b41;
--color-3: #efab25;
--color-4: #df5643;
--color-5: #b93c3c;
} 🌈 Orange Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6ec60, #d86b41, #efab25, #df5643, #b93c3c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6ec60, #d86b41, #efab25, #df5643, #b93c3c);
} 🔗 Explore similar color palettes
Orange Sunset color palette created on .