Palette classes

Primary color palette includes 2 colors: 1 main color without suffix (.bg-primary) and 1 accent color with 100 suffix. Majority of components and layout parts are coded with maximum flexibility and support of different color options that can be changed on-the-fly just by adding or replacing proper color class. Also works perfectly in combination with other helpers, that makes Limitless very flexible and configurable.

SASS files include 10 different shades and tints of each color, but class names include only 2 of them. You can easy add new shades or tints of any color if you need to just by adding color variable to theme color map and re-compile your SASS files. That will generate all necessary color classes for all components and automatically add all states to them.

Please note: default Bootstrap contextual classes - primary, danger, success, warning, info - still available and correspond to main colors, so you can use both .bg-primary and .[btn|badge|table|btn-outline|alert]-primary as main color classes. For light semi-transparent primary background color, add *-100 suffix and optionally .text-primary class.
Class Description
.bg-primary
.bg-primary-100
Classes for background color. You can choose between 1 primary color using .bg-primary class and 1 accent (light) color using .bg-primary-100 class
.button-primary
.button-primary-100
Classes for solid buttons. Include hover, active and open states
.button-outline-primary
.button-outline-primary-100
Classes for outline buttons. Include hover, active and open states
.badge-primary
.badge-primary-100
Classes for solid badges. Include hover, active and open states for links
.alert-primary Classes for light alerts. You can use .bg-primary in combination with .text-white for solid background color
.table-primary Classes for light table rows or cells. You can use .bg-primary in combination with .text-white for solid background color
.list-group-item-primary Classes for inline and clickable list group items. Include hover, and active states
.border-primary
.border-primary-100
Classes for border color. Useful when only border needs to have different colors - validation, highlights, custom buttons etc. Can be used with form controls, selects, cards, buttons and any other block element
.border-top-primary
.border-top-primary-100
Classes for top border color. Use this class if you need to highlight top border only
.border-bottom-primary
.border-bottom-primary-100
Classes for bottom border color. Use this class if you need to highlight bottom border only
.border-left-primary
.border-left-primary-100
Classes for left border color. Use this class if you need to highlight left border only
.border-right-primary
.border-right-primary-100
Classes for right border color. Use this class if you need to highlight right border only
.text-primary
.text-primary-100
Classes for text color. These colors can be used with: text, links, icons, lists etc. Base text color doesn't require suffix
Alert options
Bordered, styled, solid in both directions
Very basic alert in primary color palette
Here you can see how primary palette can be used with different components. By the way, this alert uses it as well
And this alert uses primary color palette, but white background color. With utility classes, everything is possible
Morning! We're glad to see you again and wish you a nice day.
Form components
Inputs, selects, input groups etc.
Input field text

Using .text-primary class

Input border color

Using .border-primary class

Input with feedback

Using .text-primary class

Input group text addon - text

Using .text-primary class

0.00
Input group addon - background

Using .bg-primary-100 class

0.00
Input group addon - border

Using .border-primary class

0.00
Input group icon addon - text

Using .text-primary class

Input group icon addon - background

Using .bg-primary-100 class

Input group icon addon - border

Using .border-primary class

Input group button - solid background

Using .btn-primary class

Input group button - solid border

Using .border-primary class

Input group button - outline

Using .btn-outline-primary class

Input group button - outline border

Using .border-primary class

Select2 single - text

Using .text-primary class

Select2 single - border

Using .border-primary class

Multiselect - text

Using color class in buttonClass option

Multiselect - border

Using color class in buttonClass option

Custom select - text

Using .text-primary class

Custom select - border

Using .border-primary class

Custom file input - text

Using .text-primary class

Custom file input - border

Using .border-primary class

Tabs component color
Solid tabs nav and content color
Tabs navigation color
Add custom background color to the tab navigation with .bg-primary palette classes
Food truck fixie locavore, accusamus mcsweeney's marfa nulla single-origin coffee squid laeggin
DIY synth PBR banksy irony. Leggings gentrify squid 8-bit cred pitchfork. Williamsburg whatever
Aliquip jean shorts ullamco ad vinyl cillum PBR. Homo nostrud organic, assumenda labore aesthet
Solid color tabs
Add custom background color to the tabs navigation and content with .bg-primary palette classes
Food truck fixie locavore, accusamus mcsweeney's marfa nulla single-origin coffee squid laeggin
DIY synth PBR banksy irony. Leggings gentrify squid 8-bit cred pitchfork. Williamsburg whatever
Aliquip jean shorts ullamco ad vinyl cillum PBR. Homo nostrud organic, assumenda labore aesthet
Text options
Text, link, badges, badge pills, icons
Text

Using .text-primary class in inline element

Primary text
Linked badge

Using .badge-primary class

Link

Using .text-primary class in href element

Badge pill

Using .badge-primary class

390
Badge

Using .badge-primary class

Badge element
Linked badge pill

Using .badge-primary class

390
Progress bars
All colors, all sizes, all options
Basic bar color

Using .bg-primary classes

55% Complete
Striped bar color

Using .bg-primary classes

65% Complete
Animated bar color

Using .bg-primary classes

75% Complete
Table color options
Header, footer, rows, columns, cells etc.
Header and footer
Easily change background color of table header and table footer by adding color class to the table header or footer row
# First Name Last Name Username
1 Eugene Kopyov @Kopyov
2 Victoria Baker @Vicky
3 James Alexander @Alex
# First Name Last Name Username
Table rows
All table layouts support different row color options - highlight and solid fill
# First Name Last Name Username
1 Eugene Kopyov @Kopyov
2 Victoria Baker @Vicky
3 James Alexander @Alex
# First Name Last Name Username
Table columns
Besides table rows, you can also highlight table columns in the same way as rows
# First Name Last Name Username
1 Eugene Kopyov @Kopyov
2 Victoria Baker @Vicky
3 James Alexander @Alex
# First Name Last Name Username
Solid table
Sometimes it may be very handy to highlight the whole table, you just need to add .bg-* classes to the table
# First Name Last Name Username
1 Eugene Kopyov @Kopyov
2 Victoria Baker @Vicky
3 James Alexander @Alex
# First Name Last Name Username
Button colors
Button text, border and background colors
Basic button

Using .bg-primary classes

Labeled button

Using .bg-primary classes

Outline button colors

Using border and text color classes

Card colors
Card, card border and heading colors
Primary card
Primary card using .bg-primary class added to the card header
Primary bordered card
Bordered primary card using .bg-primary and .border-primary classes
Primary solid card
Solid primary card using .bg-primary class added to the card container
Notifications & dialogs
Notifications, modals, popovers, tooltips
Tooltip color

Change default tooltip color

Popover header

Using .bg-primary classes

Popover background

Apply custom color to the entire popover

Modal dialog header

Using .bg-primary classes

Modal background

Using .bg-primary classes

Modal dialog footer

Using .bg-primary classes

Noty notification

Using .bg-primary color classes

jGrowl notification

Using plugin's theme option

PNotify notification

Using plugin's addclass option

Dropdown menu colors
Dropdown and menu elements color
Dropdown border color

Using .border-primary color classes

Dropdown background color

Using .bg-primary color classes

Adapted menu components

Badges, badge pills, checkboxes, radios