Blue Sonic Color Palette

Discover the beautiful Blue Sonic color palette featuring cerulean (#00a5e0), havelock blue (#3a8ccf), picton blue (#5db3e5), web orange (#f0a800) and chilean fire (#f56e00).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Fun, 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 Blue Sonic palette

Share this palette to:

💻 Blue Sonic color palette CSS

/* CSS */
.color-1 {
color: #00a5e0;
}
.color-2 {
color: #3a8ccf;
}
.color-3 {
color: #5db3e5;
}
.color-4 {
color: #f0a800;
}
.color-5 {
color: #f56e00;
}

/* CSS Variables */
:root {
--color-1: #00a5e0;
--color-2: #3a8ccf;
--color-3: #5db3e5;
--color-4: #f0a800;
--color-5: #f56e00;
}

🌈 Blue Sonic background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a5e0, #3a8ccf, #5db3e5, #f0a800, #f56e00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a5e0, #3a8ccf, #5db3e5, #f0a800, #f56e00);
}

Blue Sonic color palette created on .