Metal Sound Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Metal Sound palette

Share this palette to:

Metal Sound color palette PNG image

Download metal sound color palette PNG image (landscape)
Download metal sound color palette PNG image (square)

Metal Sound color palette CSS

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

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

Metal Sound background gradient CSS

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

Similar color palettes

Metal Sound color palette created on .