Rusty Ruins

dark, burgundy, red, orange, warm, earthy, rustic, autumn, fall, deep

Color Adjustments

Rusty Ruins Color Palette CSS

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

.color-2 {
  color: #6F0806;
}

.color-3 {
  color: #923107;
}

.color-4 {
  color: #954809;
}

.color-5 {
  color: #A84F10;
}

/* CSS Variables */
:root {
  --color-1: #460806;
  --color-2: #6F0806;
  --color-3: #923107;
  --color-4: #954809;
  --color-5: #A84F10;
}

Rusty Ruins Gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #460806, #6F0806, #923107, #954809, #A84F10);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #460806, #6F0806, #923107, #954809, #A84F10);
}

Rusty Ruins color palette created on .

52 views