Purple Wind Chime Color Palette

Discover the beautiful Purple Wind Chime color palette featuring moon raker (#e4b6f1), lavender (#a87dd8), blue violet (#6b5dbb), chambray (#3a4f9c) and biscay (#1e3a76).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Purple, Blue, 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 Purple Wind Chime palette

Share this palette to:

💻 Purple Wind Chime color palette CSS

/* CSS */
.color-1 {
color: #e4b6f1;
}
.color-2 {
color: #a87dd8;
}
.color-3 {
color: #6b5dbb;
}
.color-4 {
color: #3a4f9c;
}
.color-5 {
color: #1e3a76;
}

/* CSS Variables */
:root {
--color-1: #e4b6f1;
--color-2: #a87dd8;
--color-3: #6b5dbb;
--color-4: #3a4f9c;
--color-5: #1e3a76;
}

🌈 Purple Wind Chime background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4b6f1, #a87dd8, #6b5dbb, #3a4f9c, #1e3a76);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4b6f1, #a87dd8, #6b5dbb, #3a4f9c, #1e3a76);
}

Purple Wind Chime color palette created on .