Purple Sunset Color Palette

Discover the beautiful Purple Sunset color palette featuring butterfly bush (#5c509b), victoria (#4d3d7f), jacarta (#3c2c63), brick red (#c83c58) and web orange (#f0a800).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPurple, Bright, Fun, Vibrant, Retro color palettes and combinations.

💡 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

Share this palette to:

💻 Purple Sunset color palette CSS

/* CSS */
.color-1 {
color: #5c509b;
}
.color-2 {
color: #4d3d7f;
}
.color-3 {
color: #3c2c63;
}
.color-4 {
color: #c83c58;
}
.color-5 {
color: #f0a800;
}

/* CSS Variables */
:root {
--color-1: #5c509b;
--color-2: #4d3d7f;
--color-3: #3c2c63;
--color-4: #c83c58;
--color-5: #f0a800;
}

🌈 Purple Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c509b, #4d3d7f, #3c2c63, #c83c58, #f0a800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c509b, #4d3d7f, #3c2c63, #c83c58, #f0a800);
}

Purple Sunset color palette created on .