Forged Steel Essence

metal, gray, earthy, modern, neutral

Color Adjustments

Forged Steel Essence Color Palette CSS

/* CSS */
.color-1 {
  color: #7C7E7C;
}

.color-2 {
  color: #BFBFBF;
}

.color-3 {
  color: #D6D6D6;
}

.color-4 {
  color: #A3A3A3;
}

.color-5 {
  color: #4A4A4A;
}

/* CSS Variables */
:root {
  --color-1: #7C7E7C;
  --color-2: #BFBFBF;
  --color-3: #D6D6D6;
  --color-4: #A3A3A3;
  --color-5: #4A4A4A;
}

Forged Steel Essence Gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7C7E7C, #BFBFBF, #D6D6D6, #A3A3A3, #4A4A4A);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7C7E7C, #BFBFBF, #D6D6D6, #A3A3A3, #4A4A4A);
}

Forged Steel Essence color palette created on .

41 views
Forged Steel Essence Color Palette