Purple Sunset Color Palette
Discover the beautiful Purple Sunset color palette featuring tapestry (#b26c9d), cadillac (#9e5165), affair (#7d4a87), tonys pink (#e5a98b) and ronchi (#f0b74c).
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 Purple Sunset palette
💻 Purple Sunset color palette CSS
/* CSS */
.color-1 {
color: #b26c9d;
}
.color-2 {
color: #9e5165;
}
.color-3 {
color: #7d4a87;
}
.color-4 {
color: #e5a98b;
}
.color-5 {
color: #f0b74c;
}
/* CSS Variables */
:root {
--color-1: #b26c9d;
--color-2: #9e5165;
--color-3: #7d4a87;
--color-4: #e5a98b;
--color-5: #f0b74c;
} 🌈 Purple Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b26c9d, #9e5165, #7d4a87, #e5a98b, #f0b74c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b26c9d, #9e5165, #7d4a87, #e5a98b, #f0b74c);
} 🔗 Explore similar color palettes
Purple Sunset color palette created on .