Purple Sunset Color Palette

Discover the beautiful Purple Sunset color palette featuring eminence (#6a2c90), saffron (#f4cf3e), twine (#c2a55b), bittersweet (#ff6e61) and mulberry (#b84c8f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Amber, Yellow, Purple 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: #6a2c90;
}
.color-2 {
color: #f4cf3e;
}
.color-3 {
color: #c2a55b;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #b84c8f;
}

/* CSS Variables */
:root {
--color-1: #6a2c90;
--color-2: #f4cf3e;
--color-3: #c2a55b;
--color-4: #ff6e61;
--color-5: #b84c8f;
}

🌈 Purple Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a2c90, #f4cf3e, #c2a55b, #ff6e61, #b84c8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a2c90, #f4cf3e, #c2a55b, #ff6e61, #b84c8f);
}

Purple Sunset color palette created on .