Dark Stalker Color Palette
Discover the beautiful Dark Stalker color palette featuring mulled wine (#403c5d), waikawa gray (#5d5a8c), wild blue yonder (#7c7ebb), cold purple (#b29ee0) and moon raker (#d6c6f1).
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 Dark Stalker palette
💻 Dark Stalker color palette CSS
/* CSS */
.color-1 {
color: #403c5d;
}
.color-2 {
color: #5d5a8c;
}
.color-3 {
color: #7c7ebb;
}
.color-4 {
color: #b29ee0;
}
.color-5 {
color: #d6c6f1;
}
/* CSS Variables */
:root {
--color-1: #403c5d;
--color-2: #5d5a8c;
--color-3: #7c7ebb;
--color-4: #b29ee0;
--color-5: #d6c6f1;
} 🌈 Dark Stalker background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #403c5d, #5d5a8c, #7c7ebb, #b29ee0, #d6c6f1);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #403c5d, #5d5a8c, #7c7ebb, #b29ee0, #d6c6f1);
} 🔗 Explore similar color palettes
Dark Stalker color palette created on .