Purple Sunset Color Palette
Discover the beautiful Purple Sunset color palette featuring bouquet (#b27bb2), melanie (#dcb7ce), we peep (#f5d1df), givry (#f8e7bf) and sandy brown (#f3b25e).
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: #b27bb2;
}
.color-2 {
color: #dcb7ce;
}
.color-3 {
color: #f5d1df;
}
.color-4 {
color: #f8e7bf;
}
.color-5 {
color: #f3b25e;
}
/* CSS Variables */
:root {
--color-1: #b27bb2;
--color-2: #dcb7ce;
--color-3: #f5d1df;
--color-4: #f8e7bf;
--color-5: #f3b25e;
} 🌈 Purple Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b27bb2, #dcb7ce, #f5d1df, #f8e7bf, #f3b25e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b27bb2, #dcb7ce, #f5d1df, #f8e7bf, #f3b25e);
} 🔗 Explore similar color palettes
Purple Sunset color palette created on .