Veil of Twilight Color Palette
Discover the beautiful Veil of Twilight color palette featuring martinique (#3e3b5e), smoky (#5b5077), kimberly (#7b6d9c), santas gray (#9a9db6) and snuff (#d3c7e1).
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 Veil of Twilight palette
💻 Veil of Twilight color palette CSS
/* CSS */
.color-1 {
color: #3e3b5e;
}
.color-2 {
color: #5b5077;
}
.color-3 {
color: #7b6d9c;
}
.color-4 {
color: #9a9db6;
}
.color-5 {
color: #d3c7e1;
}
/* CSS Variables */
:root {
--color-1: #3e3b5e;
--color-2: #5b5077;
--color-3: #7b6d9c;
--color-4: #9a9db6;
--color-5: #d3c7e1;
} 🌈 Veil of Twilight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e3b5e, #5b5077, #7b6d9c, #9a9db6, #d3c7e1);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e3b5e, #5b5077, #7b6d9c, #9a9db6, #d3c7e1);
} 🔗 Explore similar color palettes
Veil of Twilight color palette created on .