Spider Witch Mist Color Palette

Discover the beautiful Spider Witch Mist color palette featuring rum (#6a5e8d), cold purple (#b4a5d5), periwinkle gray (#b8c9e0), wafer (#dfc8c3) and matterhorn (#4e3b3b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Gray, Haunting, Mist, Purple, Soft, Spider, Vibrant, Witch 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 Spider Witch Mist palette

Share this palette to:

💻 Spider Witch Mist color palette CSS

/* CSS */
.color-1 {
color: #6a5e8d;
}
.color-2 {
color: #b4a5d5;
}
.color-3 {
color: #b8c9e0;
}
.color-4 {
color: #dfc8c3;
}
.color-5 {
color: #4e3b3b;
}

/* CSS Variables */
:root {
--color-1: #6a5e8d;
--color-2: #b4a5d5;
--color-3: #b8c9e0;
--color-4: #dfc8c3;
--color-5: #4e3b3b;
}

🌈 Spider Witch Mist background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a5e8d, #b4a5d5, #b8c9e0, #dfc8c3, #4e3b3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a5e8d, #b4a5d5, #b8c9e0, #dfc8c3, #4e3b3b);
}

Spider Witch Mist color palette created on .