Purple Sunset Color Palette
Discover the beautiful Purple Sunset color palette featuring charm (#d25b8b), light orchid (#e1a3c0), we peep (#f2c5e4), amethyst (#ab6ecf) and butterfly bush (#6c4c9a).
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: #d25b8b;
}
.color-2 {
color: #e1a3c0;
}
.color-3 {
color: #f2c5e4;
}
.color-4 {
color: #ab6ecf;
}
.color-5 {
color: #6c4c9a;
}
/* CSS Variables */
:root {
--color-1: #d25b8b;
--color-2: #e1a3c0;
--color-3: #f2c5e4;
--color-4: #ab6ecf;
--color-5: #6c4c9a;
} 🌈 Purple Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d25b8b, #e1a3c0, #f2c5e4, #ab6ecf, #6c4c9a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d25b8b, #e1a3c0, #f2c5e4, #ab6ecf, #6c4c9a);
} 🔗 Explore similar color palettes
Purple Sunset color palette created on .