Twilight Serenade Color Palette
Discover the beautiful Twilight Serenade color palette featuring royal blue (#1c74e9), coral (#ff8b42), wisteria (#a75fab), koromiko (#ffb86b) and radical red (#ff3d5a).
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: #1c74e9;
}
.color-2 {
color: #ff8b42;
}
.color-3 {
color: #a75fab;
}
.color-4 {
color: #ffb86b;
}
.color-5 {
color: #ff3d5a;
}
/* CSS Variables */
:root {
--color-1: #1c74e9;
--color-2: #ff8b42;
--color-3: #a75fab;
--color-4: #ffb86b;
--color-5: #ff3d5a;
} 🌈 Twilight Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c74e9, #ff8b42, #a75fab, #ffb86b, #ff3d5a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c74e9, #ff8b42, #a75fab, #ffb86b, #ff3d5a);
} 🔗 Explore similar color palettes
Twilight Serenade color palette created on .