Purple Dusk Color Palette

Discover the beautiful Purple Dusk color palette featuring tapestry (#a65e8d), light orchid (#d699c8), azalea (#f1b1e7), wheat (#f7d5b6) and buttercup (#f5a70a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Pink, Bright, Summer, Garden 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 Purple Dusk palette

Share this palette to:

💻 Purple Dusk color palette CSS

/* CSS */
.color-1 {
color: #a65e8d;
}
.color-2 {
color: #d699c8;
}
.color-3 {
color: #f1b1e7;
}
.color-4 {
color: #f7d5b6;
}
.color-5 {
color: #f5a70a;
}

/* CSS Variables */
:root {
--color-1: #a65e8d;
--color-2: #d699c8;
--color-3: #f1b1e7;
--color-4: #f7d5b6;
--color-5: #f5a70a;
}

🌈 Purple Dusk background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a65e8d, #d699c8, #f1b1e7, #f7d5b6, #f5a70a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a65e8d, #d699c8, #f1b1e7, #f7d5b6, #f5a70a);
}

Purple Dusk color palette created on .