Shadow the Hedgehog Color Palette
Discover the beautiful Shadow the Hedgehog color palette featuring finn (#5c2e4f), cannon pink (#8b3c67), puce (#c67b8b), old gold (#d1b13d) and kashmir blue (#4d6d9d).
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 the Hedgehog palette
💻 Shadow the Hedgehog color palette CSS
/* CSS */
.color-1 {
color: #5c2e4f;
}
.color-2 {
color: #8b3c67;
}
.color-3 {
color: #c67b8b;
}
.color-4 {
color: #d1b13d;
}
.color-5 {
color: #4d6d9d;
}
/* CSS Variables */
:root {
--color-1: #5c2e4f;
--color-2: #8b3c67;
--color-3: #c67b8b;
--color-4: #d1b13d;
--color-5: #4d6d9d;
} 🌈 Shadow the Hedgehog background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c2e4f, #8b3c67, #c67b8b, #d1b13d, #4d6d9d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c2e4f, #8b3c67, #c67b8b, #d1b13d, #4d6d9d);
} 🔗 Explore similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Shadow the Hedgehog color palette created on .