# Colors

color system that themes our styles and components. This enables more comprehensive customization and extension for any project.

# Theme colors

We use a subset of all colors to create a smaller color palette for generating color schemes, also available as Sass variables and a Sass map in Bootstrap’s scss/core/variables file.

# Colors

$primary-color: #ff3b32; $secondary-color: #0d71d5; $dark-color: #1c1c1c;

# text colors

text-primary
text-secondary
text-dark
text-default