Purple Twilight Color Palette
Discover the beautiful Purple Twilight color palette featuring rum (#6b5b8b), lavender purple (#9f7eae), east side (#c4a5d4), prelude (#e1c5e7) and blue chalk (#f4ebff).
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 Purple Twilight palette
💻 Purple Twilight color palette CSS
/* CSS */
.color-1 {
color: #6b5b8b;
}
.color-2 {
color: #9f7eae;
}
.color-3 {
color: #c4a5d4;
}
.color-4 {
color: #e1c5e7;
}
.color-5 {
color: #f4ebff;
}
/* CSS Variables */
:root {
--color-1: #6b5b8b;
--color-2: #9f7eae;
--color-3: #c4a5d4;
--color-4: #e1c5e7;
--color-5: #f4ebff;
} 🌈 Purple Twilight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b5b8b, #9f7eae, #c4a5d4, #e1c5e7, #f4ebff);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b5b8b, #9f7eae, #c4a5d4, #e1c5e7, #f4ebff);
} 🔗 Explore similar color palettes
Purple Twilight color palette created on .