Sonic The Hedgehog Color Palette

Discover the beautiful Sonic The Hedgehog color palette featuring lochmara (#0071b8), regent st blue (#a2d2e2), bright sun (#ffd942), orange (#ff691f) and brick red (#c92c41).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Aqua, Yellow, Orange, Red, Bright, Fun, Retro, Summer, Vibrant color palettes and combinations.

💡 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 Hedgehog palette

Share this palette to:

💻 Sonic The Hedgehog color palette CSS

/* CSS */
.color-1 {
color: #0071b8;
}
.color-2 {
color: #a2d2e2;
}
.color-3 {
color: #ffd942;
}
.color-4 {
color: #ff691f;
}
.color-5 {
color: #c92c41;
}

/* CSS Variables */
:root {
--color-1: #0071b8;
--color-2: #a2d2e2;
--color-3: #ffd942;
--color-4: #ff691f;
--color-5: #c92c41;
}

🌈 Sonic The Hedgehog background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0071b8, #a2d2e2, #ffd942, #ff691f, #c92c41);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0071b8, #a2d2e2, #ffd942, #ff691f, #c92c41);
}

Sonic The Hedgehog color palette created on .