Twilight Serenade Color Palette
Discover the beautiful Twilight Serenade color palette featuring cadillac (#ab4f5e), wedgewood (#5e7ab0), rustic red (#3e0407), ship gray (#3d3749) and malibu (#83bffb).
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: #ab4f5e;
}
.color-2 {
color: #5e7ab0;
}
.color-3 {
color: #3e0407;
}
.color-4 {
color: #3d3749;
}
.color-5 {
color: #83bffb;
}
/* CSS Variables */
:root {
--color-1: #ab4f5e;
--color-2: #5e7ab0;
--color-3: #3e0407;
--color-4: #3d3749;
--color-5: #83bffb;
} 🌈 Twilight Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ab4f5e, #5e7ab0, #3e0407, #3d3749, #83bffb);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ab4f5e, #5e7ab0, #3e0407, #3d3749, #83bffb);
} 🔗 Explore similar color palettes
Twilight Serenade color palette created on .