Purple Twilight Color Palette

Discover the beautiful Purple Twilight color palette featuring daisy bush (#4b268d), fuchsia blue (#7540bf), fuchsia blue (#8e59bf), east side (#ba7dc9) and viola (#d49ccc).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Elegant, Lavender, Modern, Pink, Purple, Soft, Vibrant 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 Twilight palette

Share this palette to:

💻 Purple Twilight color palette CSS

/* CSS */
.color-1 {
color: #4b268d;
}
.color-2 {
color: #7540bf;
}
.color-3 {
color: #8e59bf;
}
.color-4 {
color: #ba7dc9;
}
.color-5 {
color: #d49ccc;
}

/* CSS Variables */
:root {
--color-1: #4b268d;
--color-2: #7540bf;
--color-3: #8e59bf;
--color-4: #ba7dc9;
--color-5: #d49ccc;
}

🌈 Purple Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b268d, #7540bf, #8e59bf, #ba7dc9, #d49ccc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b268d, #7540bf, #8e59bf, #ba7dc9, #d49ccc);
}

Purple Twilight color palette created on .