Dusk Color Palette
Discover the beautiful Dusk color palette featuring minsk (#442980), studio (#7547ae), lilac bush (#9984d2), biloba flower (#d2aeea) and azalea (#f8cee2).
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 Dusk palette
💻 Dusk color palette CSS
/* CSS */
.color-1 {
color: #442980;
}
.color-2 {
color: #7547ae;
}
.color-3 {
color: #9984d2;
}
.color-4 {
color: #d2aeea;
}
.color-5 {
color: #f8cee2;
}
/* CSS Variables */
:root {
--color-1: #442980;
--color-2: #7547ae;
--color-3: #9984d2;
--color-4: #d2aeea;
--color-5: #f8cee2;
} 🌈 Dusk background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #442980, #7547ae, #9984d2, #d2aeea, #f8cee2);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #442980, #7547ae, #9984d2, #d2aeea, #f8cee2);
} 🔗 Explore similar color palettes
Dusk color palette created on .