Sunset Orange Color Palette
Discover the beautiful Sunset Orange color palette featuring bittersweet (#ff7161), atomic tangerine (#ff9b61), texas rose (#ffbb4d), mustard (#ffdb4d) and sunset orange (#ff4d4d).
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: #ff7161;
}
.color-2 {
color: #ff9b61;
}
.color-3 {
color: #ffbb4d;
}
.color-4 {
color: #ffdb4d;
}
.color-5 {
color: #ff4d4d;
}
/* CSS Variables */
:root {
--color-1: #ff7161;
--color-2: #ff9b61;
--color-3: #ffbb4d;
--color-4: #ffdb4d;
--color-5: #ff4d4d;
} 🌈 Sunset Orange background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7161, #ff9b61, #ffbb4d, #ffdb4d, #ff4d4d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7161, #ff9b61, #ffbb4d, #ffdb4d, #ff4d4d);
} 🔗 Explore similar color palettes
Sunset Orange color palette created on .