Ethereal Dusk Color Palette
Discover the beautiful Ethereal Dusk color palette featuring mulled wine (#4b3d57), old lavender (#7a5c7a), bouquet (#b48ea9), kobi (#eab8d1) and dawn pink (#f1e8e4).
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 Ethereal Dusk palette
💻 Ethereal Dusk color palette CSS
/* CSS */
.color-1 {
color: #4b3d57;
}
.color-2 {
color: #7a5c7a;
}
.color-3 {
color: #b48ea9;
}
.color-4 {
color: #eab8d1;
}
.color-5 {
color: #f1e8e4;
}
/* CSS Variables */
:root {
--color-1: #4b3d57;
--color-2: #7a5c7a;
--color-3: #b48ea9;
--color-4: #eab8d1;
--color-5: #f1e8e4;
} 🌈 Ethereal Dusk background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3d57, #7a5c7a, #b48ea9, #eab8d1, #f1e8e4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3d57, #7a5c7a, #b48ea9, #eab8d1, #f1e8e4);
} 🔗 Explore similar color palettes
Ethereal Dusk color palette created on .