Sonic Mania Color Palette
Discover the beautiful Sonic Mania color palette featuring cerulean (#00a5e0), sea buckthorn (#f7b02b), blaze orange (#ff6e00), electric violet (#a238ff) and red orange (#ff2929).
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 Mania palette
💻 Sonic Mania color palette CSS
/* CSS */
.color-1 {
color: #00a5e0;
}
.color-2 {
color: #f7b02b;
}
.color-3 {
color: #ff6e00;
}
.color-4 {
color: #a238ff;
}
.color-5 {
color: #ff2929;
}
/* CSS Variables */
:root {
--color-1: #00a5e0;
--color-2: #f7b02b;
--color-3: #ff6e00;
--color-4: #a238ff;
--color-5: #ff2929;
} 🌈 Sonic Mania background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a5e0, #f7b02b, #ff6e00, #a238ff, #ff2929);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a5e0, #f7b02b, #ff6e00, #a238ff, #ff2929);
} 🔗 Explore similar color palettes
Sonic Mania color palette created on .