Twilight Serenade Color Palette
Discover the beautiful Twilight Serenade color palette featuring french pass (#afe3fd), eminence (#5b2e85), wild blue yonder (#7a7abd), manhattan (#f6b7a7) and salmon (#ff8d5c).
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: #afe3fd;
}
.color-2 {
color: #5b2e85;
}
.color-3 {
color: #7a7abd;
}
.color-4 {
color: #f6b7a7;
}
.color-5 {
color: #ff8d5c;
}
/* CSS Variables */
:root {
--color-1: #afe3fd;
--color-2: #5b2e85;
--color-3: #7a7abd;
--color-4: #f6b7a7;
--color-5: #ff8d5c;
}
🌈 Twilight Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #afe3fd, #5b2e85, #7a7abd, #f6b7a7, #ff8d5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #afe3fd, #5b2e85, #7a7abd, #f6b7a7, #ff8d5c);
}
🔗 Explore similar color palettes
Twilight Serenade color palette created on .