Sonic Color Palette

Discover the beautiful Sonic color palette featuring cerulean (#00a5e0), fun blue (#1b5cac), boston blue (#3b8dc4), picton blue (#5cc0eb) and malibu (#82d4f7).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Fun, Vibrant, Summer, Modern, Teal, Aesthetic, Cyberpunk 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 palette

Share this palette to:

💻 Sonic color palette CSS

/* CSS */
.color-1 {
color: #00a5e0;
}
.color-2 {
color: #1b5cac;
}
.color-3 {
color: #3b8dc4;
}
.color-4 {
color: #5cc0eb;
}
.color-5 {
color: #82d4f7;
}

/* CSS Variables */
:root {
--color-1: #00a5e0;
--color-2: #1b5cac;
--color-3: #3b8dc4;
--color-4: #5cc0eb;
--color-5: #82d4f7;
}

🌈 Sonic background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a5e0, #1b5cac, #3b8dc4, #5cc0eb, #82d4f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a5e0, #1b5cac, #3b8dc4, #5cc0eb, #82d4f7);
}

Sonic color palette created on .