Shadow The Hedgehog Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shadow The Hedgehog palette
Color Inspiration
Images that showcase this color palette in real designs
Download Shadow The Hedgehog Color Palette (PNG)
Shadow The Hedgehog color palette CSS
/* CSS */
.color-1 {
color: #1d1f20;
}
.color-2 {
color: #3c3d44;
}
.color-3 {
color: #4e5a65;
}
.color-4 {
color: #78c1d9;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #1d1f20;
--color-2: #3c3d44;
--color-3: #4e5a65;
--color-4: #78c1d9;
--color-5: #ff6e61;
}
Shadow The Hedgehog background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d1f20, #3c3d44, #4e5a65, #78c1d9, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d1f20, #3c3d44, #4e5a65, #78c1d9, #ff6e61);
}
Similar color palettes
Shadow The Hedgehog color palette created on .