Theme Colors

new

Bootstrap is supported by an extensive color system that themes our styles and components.

We use a subset of all colors to create a smaller color palette for generating color schemes, that includes Bootstrap’s default color schemes and Atlassian design’s Discovery color scheme.

Discovery theme

New Feature

Theme color used for communicates something new, such as onboarding or new feature information.

CSSSwatch
.bg-discovery
.bg-discovery-subtle
.border-discovery
.border-discovery-subtle
.text-discoveryAa

Primary theme

Main theme color, used for primary actions or focus styles, and component and form active states.

CSSSwatch
.bg-primary
.bg-primary-subtle
.border-primary
.border-primary-subtle
.text-primaryAa

Success theme

Used for positive or successful actions and information.

CSSSwatch
.bg-success
.bg-success-subtle
.border-success
.border-success-subtle
.text-successAa

Danger theme

Used for errors and dangerous actions.

CSSSwatch
.bg-danger
.bg-danger-subtle
.border-danger
.border-danger-subtle
.text-dangerAa

Warning theme

Used for non-destructive warning messages.

CSSSwatch
.bg-warning
.bg-warning-subtle
.border-warning
.border-warning-subtle
.text-warningAa

Info theme

Used for neutral and informative content.

CSSSwatch
.bg-info
.bg-info-subtle
.border-info
.border-info-subtle
.text-infoAa

Light theme

Additional theme option for less contrasting colors.

CSSSwatch
.bg-light
.bg-light-subtle
.border-light
.border-light-subtle
.text-lightAa

Dark theme

Additional theme option for higher contrasting colors.

CSSSwatch
.bg-dark
.bg-dark-subtle
.border-dark
.border-dark-subtle
.text-darkAa