Soundwave Color Palette

Discover the beautiful Soundwave color palette featuring royal blue (#4b7bec), malibu (#76c2f4), blizzard blue (#a7e4f1), orange peel (#ff9d00) and outrageous orange (#ff6a3d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Aqua, Bright, Coastal, Spring, Summer, Orange, 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 Soundwave palette

Share this palette to:

💻 Soundwave color palette CSS

/* CSS */
.color-1 {
color: #4b7bec;
}
.color-2 {
color: #76c2f4;
}
.color-3 {
color: #a7e4f1;
}
.color-4 {
color: #ff9d00;
}
.color-5 {
color: #ff6a3d;
}

/* CSS Variables */
:root {
--color-1: #4b7bec;
--color-2: #76c2f4;
--color-3: #a7e4f1;
--color-4: #ff9d00;
--color-5: #ff6a3d;
}

🌈 Soundwave background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b7bec, #76c2f4, #a7e4f1, #ff9d00, #ff6a3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b7bec, #76c2f4, #a7e4f1, #ff9d00, #ff6a3d);
}

Soundwave color palette created on .