Metal Sound Color Palette

Discover the beautiful Metal Sound color palette featuring blue dianne (#1e3a4d), san juan (#2e4e66), wedgewood (#498c97), glacier (#82c4c1) and buttercup (#f1c40e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Green, Metal, Modern, Summer, Teal, Vibrant, 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 Metal Sound palette

Share this palette to:

💻 Metal Sound color palette CSS

/* CSS */
.color-1 {
color: #1e3a4d;
}
.color-2 {
color: #2e4e66;
}
.color-3 {
color: #498c97;
}
.color-4 {
color: #82c4c1;
}
.color-5 {
color: #f1c40e;
}

/* CSS Variables */
:root {
--color-1: #1e3a4d;
--color-2: #2e4e66;
--color-3: #498c97;
--color-4: #82c4c1;
--color-5: #f1c40e;
}

🌈 Metal Sound background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a4d, #2e4e66, #498c97, #82c4c1, #f1c40e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a4d, #2e4e66, #498c97, #82c4c1, #f1c40e);
}

Metal Sound color palette created on .