Skip to main content Skip to docs navigation

Call attention to a snippet of content to make users aware of something important.
Custom Arizona Bootstrap Component

On this page

Brand

Callouts call attention to a small portion of content that needs to stand out against the rest of the page. They can be used with brand colors or theme colors.

Red Callout

A callout is useful for drawing attention to an important piece of content. You can use any of the available brand and theme colors in conjunction with the callout to change its border and text color.

Bloom Callout

A callout is useful for drawing attention to an important piece of content. You can use any of the available brand and theme colors in conjunction with the callout to change its border and text color.

Chili Callout

A callout is useful for drawing attention to an important piece of content. You can use any of the available brand and theme colors in conjunction with the callout to change its border and text color.

Blue Callout

A callout is useful for drawing attention to an important piece of content. You can use any of the available brand and theme colors in conjunction with the callout to change its border and text color.

Sky Callout

A callout is useful for drawing attention to an important piece of content. You can use any of the available brand and theme colors in conjunction with the callout to change its border and text color.

Oasis Callout

A callout is useful for drawing attention to an important piece of content. You can use any of the available brand and theme colors in conjunction with the callout to change its border and text color.

Azurite Callout

A callout is useful for drawing attention to an important piece of content. You can use any of the available brand and theme colors in conjunction with the callout to change its border and text color.

Midnight Callout

A callout is useful for drawing attention to an important piece of content. You can use any of the available brand and theme colors in conjunction with the callout to change its border and text color.

Cool-Gray Callout

A callout is useful for drawing attention to an important piece of content. You can use any of the available brand and theme colors in conjunction with the callout to change its border and text color.

Warm-Gray Callout

A callout is useful for drawing attention to an important piece of content. You can use any of the available brand and theme colors in conjunction with the callout to change its border and text color.

Ash Callout

A callout is useful for drawing attention to an important piece of content. You can use any of the available brand and theme colors in conjunction with the callout to change its border and text color.

Sage Callout

A callout is useful for drawing attention to an important piece of content. You can use any of the available brand and theme colors in conjunction with the callout to change its border and text color.

White Callout

A callout is useful for drawing attention to an important piece of content. You can use any of the available brand and theme colors in conjunction with the callout to change its border and text color.

Black Callout

A callout is useful for drawing attention to an important piece of content. You can use any of the available brand and theme colors in conjunction with the callout to change its border and text color.

html
<div class="callout callout-red">
    <p class="h4">Red Callout</p>
    <p>A callout is useful for drawing attention to an important piece of content. You can use any of the available brand and theme colors in conjunction with the callout to change its border and text color.</p>
  </div>
<div class="callout callout-bloom">
    <p class="h4">Bloom Callout</p>
    <p>A callout is useful for drawing attention to an important piece of content. You can use any of the available brand and theme colors in conjunction with the callout to change its border and text color.</p>
  </div>
<div class="callout callout-chili">
    <p class="h4">Chili Callout</p>
    <p>A callout is useful for drawing attention to an important piece of content. You can use any of the available brand and theme colors in conjunction with the callout to change its border and text color.</p>
  </div>
<div class="callout callout-blue">
    <p class="h4">Blue Callout</p>
    <p>A callout is useful for drawing attention to an important piece of content. You can use any of the available brand and theme colors in conjunction with the callout to change its border and text color.</p>
  </div>
<div class="callout callout-sky">
    <p class="h4">Sky Callout</p>
    <p>A callout is useful for drawing attention to an important piece of content. You can use any of the available brand and theme colors in conjunction with the callout to change its border and text color.</p>
  </div>
<div class="callout callout-oasis">
    <p class="h4">Oasis Callout</p>
    <p>A callout is useful for drawing attention to an important piece of content. You can use any of the available brand and theme colors in conjunction with the callout to change its border and text color.</p>
  </div>
<div class="callout callout-azurite">
    <p class="h4">Azurite Callout</p>
    <p>A callout is useful for drawing attention to an important piece of content. You can use any of the available brand and theme colors in conjunction with the callout to change its border and text color.</p>
  </div>
<div class="callout callout-midnight">
    <p class="h4">Midnight Callout</p>
    <p>A callout is useful for drawing attention to an important piece of content. You can use any of the available brand and theme colors in conjunction with the callout to change its border and text color.</p>
  </div>
<div class="callout callout-cool-gray">
    <p class="h4">Cool-Gray Callout</p>
    <p>A callout is useful for drawing attention to an important piece of content. You can use any of the available brand and theme colors in conjunction with the callout to change its border and text color.</p>
  </div>
<div class="callout callout-warm-gray">
    <p class="h4">Warm-Gray Callout</p>
    <p>A callout is useful for drawing attention to an important piece of content. You can use any of the available brand and theme colors in conjunction with the callout to change its border and text color.</p>
  </div>
<div class="callout callout-ash">
    <p class="h4">Ash Callout</p>
    <p>A callout is useful for drawing attention to an important piece of content. You can use any of the available brand and theme colors in conjunction with the callout to change its border and text color.</p>
  </div>
<div class="callout callout-sage">
    <p class="h4">Sage Callout</p>
    <p>A callout is useful for drawing attention to an important piece of content. You can use any of the available brand and theme colors in conjunction with the callout to change its border and text color.</p>
  </div>
<div class="callout callout-white text-bg-dark">
    <p class="h4">White Callout</p>
    <p>A callout is useful for drawing attention to an important piece of content. You can use any of the available brand and theme colors in conjunction with the callout to change its border and text color.</p>
  </div>
<div class="callout callout-black">
    <p class="h4">Black Callout</p>
    <p>A callout is useful for drawing attention to an important piece of content. You can use any of the available brand and theme colors in conjunction with the callout to change its border and text color.</p>
  </div>

Contextual (Theme)

Success Callout

A callout is useful for drawing attention to an important piece of content. You can use any of the available brand and theme colors in conjunction with the callout to change its border and text color.

Danger Callout

A callout is useful for drawing attention to an important piece of content. You can use any of the available brand and theme colors in conjunction with the callout to change its border and text color.

Warning Callout

A callout is useful for drawing attention to an important piece of content. You can use any of the available brand and theme colors in conjunction with the callout to change its border and text color.

html
<div class="callout callout-success">
    <p class="h4">Success Callout</p>
    <p>A callout is useful for drawing attention to an important piece of content. You can use any of the available brand and theme colors in conjunction with the callout to change its border and text color.</p>
  </div>
<div class="callout callout-danger">
    <p class="h4">Danger Callout</p>
    <p>A callout is useful for drawing attention to an important piece of content. You can use any of the available brand and theme colors in conjunction with the callout to change its border and text color.</p>
  </div>
<div class="callout callout-warning">
    <p class="h4">Warning Callout</p>
    <p>A callout is useful for drawing attention to an important piece of content. You can use any of the available brand and theme colors in conjunction with the callout to change its border and text color.</p>
  </div>