Purple Sunset Color Palette
Discover the beautiful Purple Sunset color palette featuring gondola (#271413), cocoa bean (#521f21), night shadz (#b33a4d), tickle me pink (#f98a9e) and lightning yellow (#f9ba21).
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: #271413;
}
.color-2 {
color: #521f21;
}
.color-3 {
color: #b33a4d;
}
.color-4 {
color: #f98a9e;
}
.color-5 {
color: #f9ba21;
}
/* CSS Variables */
:root {
--color-1: #271413;
--color-2: #521f21;
--color-3: #b33a4d;
--color-4: #f98a9e;
--color-5: #f9ba21;
} 🌈 Purple Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #271413, #521f21, #b33a4d, #f98a9e, #f9ba21);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #271413, #521f21, #b33a4d, #f98a9e, #f9ba21);
} 🔗 Explore similar color palettes
Purple Sunset color palette created on .