Sound Color Palette

Discover the beautiful Sound color palette featuring fiord (#3f4c64), patina (#5f918b), norway (#a0b9a4), flax (#efd286) and apricot (#eb866f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Earthy, Green, Modern, Muted, Orange, Soft, Tan, Warm, Yellow 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 Sound palette

Share this palette to:

💻 Sound color palette CSS

/* CSS */
.color-1 {
color: #3f4c64;
}
.color-2 {
color: #5f918b;
}
.color-3 {
color: #a0b9a4;
}
.color-4 {
color: #efd286;
}
.color-5 {
color: #eb866f;
}

/* CSS Variables */
:root {
--color-1: #3f4c64;
--color-2: #5f918b;
--color-3: #a0b9a4;
--color-4: #efd286;
--color-5: #eb866f;
}

🌈 Sound background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3f4c64, #5f918b, #a0b9a4, #efd286, #eb866f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3f4c64, #5f918b, #a0b9a4, #efd286, #eb866f);
}

Sound color palette created on .