Strategic Communications and Marketing Hosted Brand Assets

Gradients & Patterns

The brand stylesheet can be used to apply color gradients and repeating patterns to backgrounds. To use the brand stylesheet on a web page, add the following line:

<link rel="stylesheet" href="https://cdn.brand.illinois.edu/illinois.css">

Gradients

The following CSS variables can be used to apply gradient backgrounds:

.hero {
  color: white;
  background: var(--il-gradient-blue);
}

Patterns

Pattern images are available in 2 styles and 3 colors each:

The following CSS variables can be used to reference a specific style and color of pattern:

.hero {
  background-color: var(--il-orange);
  background-image: var(--il-pattern-ascend-blue);
}

The following CSS variables combine gradients and patterns:

.hero {
  background: var(--il-background-ascend-blue);
}

For more information about using gradients and patterns, see the Graphic Elements section of the Brand Guidelines website.

Strategic Communications and Marketing Hosted Brand Assets
507 E. Green Street
MC-426
Champaign, IL 61820
Phone: 217-333-5010
Email: branding@illinois.edu