Vivid Twilight Serenade Color Palette
Discover the beautiful Vivid Twilight Serenade color palette featuring jaffa (#ee8a35), tapestry (#a252a0), punch (#d03d20), violet eggplant (#8c1782) and daisy bush (#58209a).
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 Vivid Twilight Serenade palette
💻 Vivid Twilight Serenade color palette CSS
/* CSS */
.color-1 {
color: #ee8a35;
}
.color-2 {
color: #a252a0;
}
.color-3 {
color: #d03d20;
}
.color-4 {
color: #8c1782;
}
.color-5 {
color: #58209a;
}
/* CSS Variables */
:root {
--color-1: #ee8a35;
--color-2: #a252a0;
--color-3: #d03d20;
--color-4: #8c1782;
--color-5: #58209a;
} 🌈 Vivid Twilight Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ee8a35, #a252a0, #d03d20, #8c1782, #58209a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ee8a35, #a252a0, #d03d20, #8c1782, #58209a);
} 🔗 Explore similar color palettes
Vivid Twilight Serenade color palette created on .