Elegance in Twilight Color Palette
Discover the beautiful Elegance in Twilight color palette featuring prelude (#c4b2e0), east side (#a77ccb), tapestry (#a04b9a), victoria (#5e3a7e) and valentino (#280c3c).
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 Elegance in Twilight palette
💻 Elegance in Twilight color palette CSS
/* CSS */
.color-1 {
color: #c4b2e0;
}
.color-2 {
color: #a77ccb;
}
.color-3 {
color: #a04b9a;
}
.color-4 {
color: #5e3a7e;
}
.color-5 {
color: #280c3c;
}
/* CSS Variables */
:root {
--color-1: #c4b2e0;
--color-2: #a77ccb;
--color-3: #a04b9a;
--color-4: #5e3a7e;
--color-5: #280c3c;
} 🌈 Elegance in Twilight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c4b2e0, #a77ccb, #a04b9a, #5e3a7e, #280c3c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c4b2e0, #a77ccb, #a04b9a, #5e3a7e, #280c3c);
} 🔗 Explore similar color palettes
Elegance in Twilight color palette created on .