Elegant Twilight Color Palette

Discover the beautiful Elegant Twilight color palette featuring comet (#5c5c7a), scarpa flow (#4f4c5d), lavender purple (#a58fbd), trendy pink (#7e5a8c) and mountbatten pink (#9c7c99).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Elegant Twilight color palette CSS

/* CSS */
.color-1 {
color: #5c5c7a;
}
.color-2 {
color: #4f4c5d;
}
.color-3 {
color: #a58fbd;
}
.color-4 {
color: #7e5a8c;
}
.color-5 {
color: #9c7c99;
}

/* CSS Variables */
:root {
--color-1: #5c5c7a;
--color-2: #4f4c5d;
--color-3: #a58fbd;
--color-4: #7e5a8c;
--color-5: #9c7c99;
}

🌈 Elegant Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c5c7a, #4f4c5d, #a58fbd, #7e5a8c, #9c7c99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c5c7a, #4f4c5d, #a58fbd, #7e5a8c, #9c7c99);
}

Elegant Twilight color palette created on .