Sonic the Werehog Color Palette
Discover the beautiful Sonic the Werehog color palette featuring blue bayoux (#4f5c7d), bali hai (#7d8ca6), cadet blue (#a2afc3), cream can (#f5c25b) and punch (#d94c30).
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 Sonic the Werehog palette
💻 Sonic the Werehog color palette CSS
/* CSS */
.color-1 {
color: #4f5c7d;
}
.color-2 {
color: #7d8ca6;
}
.color-3 {
color: #a2afc3;
}
.color-4 {
color: #f5c25b;
}
.color-5 {
color: #d94c30;
}
/* CSS Variables */
:root {
--color-1: #4f5c7d;
--color-2: #7d8ca6;
--color-3: #a2afc3;
--color-4: #f5c25b;
--color-5: #d94c30;
} 🌈 Sonic the Werehog background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f5c7d, #7d8ca6, #a2afc3, #f5c25b, #d94c30);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f5c7d, #7d8ca6, #a2afc3, #f5c25b, #d94c30);
} 🔗 Explore similar color palettes
Sonic the Werehog color palette created on .