Red Sunset Color Palette
Discover the beautiful Red Sunset color palette featuring black (#000000), roman (#d75b5b), chestnut (#b54f4f), sandy brown (#f2a06e) and sidecar (#f1dfb7).
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: #000000;
}
.color-2 {
color: #d75b5b;
}
.color-3 {
color: #b54f4f;
}
.color-4 {
color: #f2a06e;
}
.color-5 {
color: #f1dfb7;
}
/* CSS Variables */
:root {
--color-1: #000000;
--color-2: #d75b5b;
--color-3: #b54f4f;
--color-4: #f2a06e;
--color-5: #f1dfb7;
} 🌈 Red Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000, #d75b5b, #b54f4f, #f2a06e, #f1dfb7);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000, #d75b5b, #b54f4f, #f2a06e, #f1dfb7);
} 🔗 Explore similar color palettes
Red Sunset color palette created on .