Twilight Serenade Color Palette
Discover the beautiful Twilight Serenade color palette featuring prelude (#d6c1e2), logan (#b3a3c7), lavender purple (#8a7bb7), daisy bush (#4e2c90) and port gore (#1d1f4e).
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 Twilight Serenade palette
💻 Twilight Serenade color palette CSS
/* CSS */
.color-1 {
color: #d6c1e2;
}
.color-2 {
color: #b3a3c7;
}
.color-3 {
color: #8a7bb7;
}
.color-4 {
color: #4e2c90;
}
.color-5 {
color: #1d1f4e;
}
/* CSS Variables */
:root {
--color-1: #d6c1e2;
--color-2: #b3a3c7;
--color-3: #8a7bb7;
--color-4: #4e2c90;
--color-5: #1d1f4e;
} 🌈 Twilight Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6c1e2, #b3a3c7, #8a7bb7, #4e2c90, #1d1f4e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6c1e2, #b3a3c7, #8a7bb7, #4e2c90, #1d1f4e);
} 🔗 Explore similar color palettes
Twilight Serenade color palette created on .