Whispers of the Wraith Color Palette
Discover the beautiful Whispers of the Wraith color palette featuring mulled wine (#4c3d6b), kimberly (#7e6a9a), wistful (#b0a3d2), prelude (#d6b6e7) and light orchid (#eab8e4).
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 Whispers of the Wraith palette
💻 Whispers of the Wraith color palette CSS
/* CSS */
.color-1 {
color: #4c3d6b;
}
.color-2 {
color: #7e6a9a;
}
.color-3 {
color: #b0a3d2;
}
.color-4 {
color: #d6b6e7;
}
.color-5 {
color: #eab8e4;
}
/* CSS Variables */
:root {
--color-1: #4c3d6b;
--color-2: #7e6a9a;
--color-3: #b0a3d2;
--color-4: #d6b6e7;
--color-5: #eab8e4;
} 🌈 Whispers of the Wraith background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3d6b, #7e6a9a, #b0a3d2, #d6b6e7, #eab8e4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3d6b, #7e6a9a, #b0a3d2, #d6b6e7, #eab8e4);
} 🔗 Explore similar color palettes
Whispers of the Wraith color palette created on .