Shadow the Hedgehog Color Palette

Discover the beautiful Shadow the Hedgehog color palette featuring gun powder (#3e3e5b), storm gray (#6a6b90), logan (#9da2c3), web orange (#f0a400) and cinnabar (#e55c2e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Blue, Gray, Fire, Red, Video Game, Masculine, Modern, Bright, Warm 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

Share this palette to:

💻 Shadow the Hedgehog color palette CSS

/* CSS */
.color-1 {
color: #3e3e5b;
}
.color-2 {
color: #6a6b90;
}
.color-3 {
color: #9da2c3;
}
.color-4 {
color: #f0a400;
}
.color-5 {
color: #e55c2e;
}

/* CSS Variables */
:root {
--color-1: #3e3e5b;
--color-2: #6a6b90;
--color-3: #9da2c3;
--color-4: #f0a400;
--color-5: #e55c2e;
}

🌈 Shadow the Hedgehog background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e3e5b, #6a6b90, #9da2c3, #f0a400, #e55c2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e3e5b, #6a6b90, #9da2c3, #f0a400, #e55c2e);
}

Shadow the Hedgehog color palette created on .