Dusky Winged Elegance Color Palette
Discover the beautiful Dusky Winged Elegance color palette featuring tamarind (#3d1a1a), lotus (#7b3d3d), coral tree (#a65e5e), petite orchid (#da8b8b) and rose bud (#f8b4b4).
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 Dusky Winged Elegance palette
💻 Dusky Winged Elegance color palette CSS
/* CSS */
.color-1 {
color: #3d1a1a;
}
.color-2 {
color: #7b3d3d;
}
.color-3 {
color: #a65e5e;
}
.color-4 {
color: #da8b8b;
}
.color-5 {
color: #f8b4b4;
}
/* CSS Variables */
:root {
--color-1: #3d1a1a;
--color-2: #7b3d3d;
--color-3: #a65e5e;
--color-4: #da8b8b;
--color-5: #f8b4b4;
}
🌈 Dusky Winged Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d1a1a, #7b3d3d, #a65e5e, #da8b8b, #f8b4b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d1a1a, #7b3d3d, #a65e5e, #da8b8b, #f8b4b4);
}
🔗 Explore similar color palettes
Dusky Winged Elegance color palette created on .