<div class="styleguide--color-swatches styleguide--background">

    <div class="styleguide--color-swatch">
        <div class="styleguide--color-swatch-figure colors--background__primary"></div>
        <div class="styleguide--color-swatch-label">
            <strong>
                Primary
            </strong>
            <br />
            --c-primary
            <br />
            rgb(92, 197, 237)
        </div>
    </div>

    <div class="styleguide--color-swatch">
        <div class="styleguide--color-swatch-figure colors--background__secondary"></div>
        <div class="styleguide--color-swatch-label">
            <strong>
                Secondary
            </strong>
            <br />
            --c-secondary
            <br />
            rgb(0, 128, 0)
        </div>
    </div>

    <div class="styleguide--color-swatch">
        <div class="styleguide--color-swatch-figure colors--background__tertiary"></div>
        <div class="styleguide--color-swatch-label">
            <strong>
                Tertiary
            </strong>
            <br />
            --c-tertiary
            <br />
            rgb(19, 105, 176)
        </div>
    </div>

</div>
<div class="styleguide--color-swatches styleguide--background">

  <div class="styleguide--color-swatch">
    <div class="styleguide--color-swatch-figure colors--background__primary"></div>
    <div class="styleguide--color-swatch-label">
      <strong>
        Primary
      </strong>
      <br />
      --c-primary
      <br />
      rgb(92, 197, 237)
    </div>
  </div>

  <div class="styleguide--color-swatch">
    <div class="styleguide--color-swatch-figure colors--background__secondary"></div>
    <div class="styleguide--color-swatch-label">
      <strong>
        Secondary
      </strong>
      <br />
      --c-secondary
      <br />
      rgb(0, 128, 0)
    </div>
  </div>

  <div class="styleguide--color-swatch">
    <div class="styleguide--color-swatch-figure colors--background__tertiary"></div>
    <div class="styleguide--color-swatch-label">
      <strong>
        Tertiary
      </strong>
      <br />
      --c-tertiary
      <br />
      rgb(19, 105, 176)
    </div>
  </div>

</div>
/* No context defined. */

No notes defined.