Dark Red Action

dark, red, burgundy, crimson, warm, vibrant, autumn, earthy, deep, retro

Color Adjustments

Dark Red Action Color Palette CSS

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

.color-2 {
  color: #B11010;
}

.color-3 {
  color: #B61B1B;
}

.color-4 {
  color: #D41C1C;
}

.color-5 {
  color: #DC4441;
}

/* CSS Variables */
:root {
  --color-1: #850A0A;
  --color-2: #B11010;
  --color-3: #B61B1B;
  --color-4: #D41C1C;
  --color-5: #DC4441;
}

Dark Red Action Gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #850A0A, #B11010, #B61B1B, #D41C1C, #DC4441);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #850A0A, #B11010, #B61B1B, #D41C1C, #DC4441);
}

Dark Red Action color palette created on .

27 views
Dark Red Action Color Palette