Sonic the Bright Color Palette
Discover the beautiful Sonic the Bright color palette featuring cerulean (#00a5e0), green haze (#00b341), supernova (#f5c400), orange (#ff6d1f) and wild strawberry (#ff3d7e).
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 Bright palette
💻 Sonic the Bright color palette CSS
/* CSS */
.color-1 {
color: #00a5e0;
}
.color-2 {
color: #00b341;
}
.color-3 {
color: #f5c400;
}
.color-4 {
color: #ff6d1f;
}
.color-5 {
color: #ff3d7e;
}
/* CSS Variables */
:root {
--color-1: #00a5e0;
--color-2: #00b341;
--color-3: #f5c400;
--color-4: #ff6d1f;
--color-5: #ff3d7e;
} 🌈 Sonic the Bright background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a5e0, #00b341, #f5c400, #ff6d1f, #ff3d7e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a5e0, #00b341, #f5c400, #ff6d1f, #ff3d7e);
} 🔗 Explore similar color palettes
Sonic the Bright color palette created on .