Shadow the Hedgehog Color Palette
Discover the beautiful Shadow the Hedgehog color palette featuring tuna (#3a3c41), nevada (#6e6f72), gray chateau (#a3a5a8), iron (#d3d3d5) and mandys pink (#f1b1b1).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withBlack, Gray, Red, White, Dark, Hedgehog, Video game, Neutral, Bright 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 Shadow the Hedgehog palette
💻 Shadow the Hedgehog color palette CSS
/* CSS */
.color-1 {
color: #3a3c41;
}
.color-2 {
color: #6e6f72;
}
.color-3 {
color: #a3a5a8;
}
.color-4 {
color: #d3d3d5;
}
.color-5 {
color: #f1b1b1;
}
/* CSS Variables */
:root {
--color-1: #3a3c41;
--color-2: #6e6f72;
--color-3: #a3a5a8;
--color-4: #d3d3d5;
--color-5: #f1b1b1;
} 🌈 Shadow the Hedgehog background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a3c41, #6e6f72, #a3a5a8, #d3d3d5, #f1b1b1);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a3c41, #6e6f72, #a3a5a8, #d3d3d5, #f1b1b1);
} 🔗 Explore similar color palettes
Shadow the Hedgehog color palette created on .