Red Sunset Color Palette
Discover the beautiful Red Sunset color palette featuring monza (#c9031d), punch (#d93b26), flamingo (#f05e3d), orange peel (#faa200) and school bus yellow (#ffdd00).
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 Red Sunset palette
💻 Red Sunset color palette CSS
/* CSS */
.color-1 {
color: #c9031d;
}
.color-2 {
color: #d93b26;
}
.color-3 {
color: #f05e3d;
}
.color-4 {
color: #faa200;
}
.color-5 {
color: #ffdd00;
}
/* CSS Variables */
:root {
--color-1: #c9031d;
--color-2: #d93b26;
--color-3: #f05e3d;
--color-4: #faa200;
--color-5: #ffdd00;
} 🌈 Red Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c9031d, #d93b26, #f05e3d, #faa200, #ffdd00);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c9031d, #d93b26, #f05e3d, #faa200, #ffdd00);
} 🔗 Explore similar color palettes
Red Sunset color palette created on .