Ethereal Dusk Color Palette

Discover the beautiful Ethereal Dusk color palette featuring jacarta (#3a2965), butterfly bush (#5d4e8d), deluge (#8073b0), light wisteria (#c0a3db) and blue chalk (#f2e0ff).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPurple, Bright, Aesthetic, Soft, Light Summer color palettes and combinations.

💡 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

Share this palette to:

💻 Ethereal Dusk color palette CSS

/* CSS */
.color-1 {
color: #3a2965;
}
.color-2 {
color: #5d4e8d;
}
.color-3 {
color: #8073b0;
}
.color-4 {
color: #c0a3db;
}
.color-5 {
color: #f2e0ff;
}

/* CSS Variables */
:root {
--color-1: #3a2965;
--color-2: #5d4e8d;
--color-3: #8073b0;
--color-4: #c0a3db;
--color-5: #f2e0ff;
}

🌈 Ethereal Dusk background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a2965, #5d4e8d, #8073b0, #c0a3db, #f2e0ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a2965, #5d4e8d, #8073b0, #c0a3db, #f2e0ff);
}

Ethereal Dusk color palette created on .