Filter

Sepia

Utilities for applying sepia filters to an element.

Basic usage

Adding sepia filters

Use the sepia and sepia-0 utilities to control whether an element should be rendered as sepia or in full color.

sepia-0

sepia

<div className="**sepia-0** ...">
  <!-- ... -->
</div>
<div className="**sepia** ...">
  <!-- ... -->
</div>