Shadow Walker Color Palette
Discover the beautiful Shadow Walker color palette featuring mirage (#1a1d2d), oxford blue (#393e5b), blue bayoux (#4f5d7d), nepal (#8d9cbf) and spindle (#b3c7e6).
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 Shadow Walker palette
💻 Shadow Walker color palette CSS
/* CSS */
.color-1 {
color: #1a1d2d;
}
.color-2 {
color: #393e5b;
}
.color-3 {
color: #4f5d7d;
}
.color-4 {
color: #8d9cbf;
}
.color-5 {
color: #b3c7e6;
}
/* CSS Variables */
:root {
--color-1: #1a1d2d;
--color-2: #393e5b;
--color-3: #4f5d7d;
--color-4: #8d9cbf;
--color-5: #b3c7e6;
} 🌈 Shadow Walker background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1d2d, #393e5b, #4f5d7d, #8d9cbf, #b3c7e6);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1d2d, #393e5b, #4f5d7d, #8d9cbf, #b3c7e6);
} 🔗 Explore similar color palettes
Shadow Walker color palette created on .