Purple Sunset Color Palette
Discover the beautiful Purple Sunset color palette featuring scotch mist (#fffbe0), corvette (#f9d3a4), tacao (#efad7b), golden bell (#e87d11) and electric violet (#5709dc).
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: #fffbe0;
}
.color-2 {
color: #f9d3a4;
}
.color-3 {
color: #efad7b;
}
.color-4 {
color: #e87d11;
}
.color-5 {
color: #5709dc;
}
/* CSS Variables */
:root {
--color-1: #fffbe0;
--color-2: #f9d3a4;
--color-3: #efad7b;
--color-4: #e87d11;
--color-5: #5709dc;
} ๐ Purple Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fffbe0, #f9d3a4, #efad7b, #e87d11, #5709dc);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fffbe0, #f9d3a4, #efad7b, #e87d11, #5709dc);
} ๐ Explore similar color palettes
Purple Sunset color palette created on .