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
💡 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
💻 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);
} 🔗 Explore similar color palettes
Elegant Twilight color palette created on .