Twilight Hues Color Palette
Discover the beautiful Twilight Hues color palette featuring amethyst smoke (#a59ebd), waterloo (#7b7c9d), comet (#5c5f8a), east bay (#4f4f7d) and fiord (#3c3c68).
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 Hues palette
💻 Twilight Hues color palette CSS
/* CSS */
.color-1 {
color: #a59ebd;
}
.color-2 {
color: #7b7c9d;
}
.color-3 {
color: #5c5f8a;
}
.color-4 {
color: #4f4f7d;
}
.color-5 {
color: #3c3c68;
}
/* CSS Variables */
:root {
--color-1: #a59ebd;
--color-2: #7b7c9d;
--color-3: #5c5f8a;
--color-4: #4f4f7d;
--color-5: #3c3c68;
}
🌈 Twilight Hues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a59ebd, #7b7c9d, #5c5f8a, #4f4f7d, #3c3c68);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a59ebd, #7b7c9d, #5c5f8a, #4f4f7d, #3c3c68);
}
🔗 Explore similar color palettes
Twilight Hues color palette created on .