Palette classes
Yellow color palette includes 2 colors: 1 main color without suffix (.bg-yellow
) 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-yellow
and .[btn|badge|table|btn-outline|alert]-yellow
as main color classes. For light semi-transparent yellow background color, add *-100
suffix and optionally .text-yellow
class. Also worth mentioning - yellow color belongs to light color palettes and used in some components only, and for better contrast works best on darker backgrounds, that's why some examples were removed.
Class | Description |
---|---|
.bg-yellow .bg-yellow-100 |
Classes for background color. You can choose between 1 yellow color using .bg-yellow class and 1 accent (light) color using .bg-yellow-100 class |
.button-yellow .button-yellow-100 |
Classes for solid buttons. Include hover, active and open states |
.button-outline-yellow .button-outline-yellow-100 |
Classes for outline buttons. Include hover, active and open states |
.badge-yellow .badge-yellow-100 |
Classes for solid badges. Include hover, active and open states for links |
.alert-yellow |
Classes for light alerts. Works best on dark backgrounds |
.table-yellow |
Classes for light table rows or cells. Works best on dark backgrounds |
.list-group-item-yellow |
Classes for inline and clickable list group items. Include hover, and active states |
.border-yellow .border-yellow-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-yellow .border-top-yellow-100 |
Classes for top border color. Use this class if you need to highlight top border only |
.border-bottom-yellow .border-bottom-yellow-100 |
Classes for bottom border color. Use this class if you need to highlight bottom border only |
.border-left-yellow .border-left-yellow-100 |
Classes for left border color. Use this class if you need to highlight left border only |
.border-right-yellow .border-right-yellow-100 |
Classes for right border color. Use this class if you need to highlight right border only |
.text-yellow .text-yellow-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 directionsText options
Text, link, badges, badge pills, iconsText
Using .text-yellow
class in inline element
Badge pill
Using .badge-yellow
class
Badge
Using .badge-yellow
class
Progress bars
All colors, all sizes, all optionsBasic bar color
Using .bg-yellow
classes
Striped bar color
Using .bg-yellow
classes
Animated bar color
Using .bg-yellow
classes
Table color options
Header, footer, rows, columns, cells etc.Table rows
# | First Name | Last Name | Username |
---|---|---|---|
1 | Eugene | Kopyov | Kopyov |
2 | Victoria | Baker | Vicky |
3 | James | Alexander | Alex |
# | First Name | Last Name | Username |
Table columns
# | 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 colorsBasic button
Using .bg-yellow
classes
Labeled button
Using .bg-yellow
classes
Outline button colors
Using border and text color classes (for dark bg's)
Card colors
Card, card border and heading colorsYellow card
.bg-yellow
class added to the card header
Yellow bordered card
.bg-yellow
and .border-yellow
classes
Yellow solid card
.bg-yellow
class added to the card container
Notifications & dialogs
Notifications, modals, popovers, tooltipsTooltip color
Change default tooltip color
Popover header
Using .bg-yellow
classes
Popover background
Apply custom color to the entire popover
Modal dialog header
Using .bg-yellow
classes
Modal background
Using .bg-yellow
classes
Modal dialog footer
Using .bg-yellow
classes
Noty notification
Using .bg-yellow
color classes
jGrowl notification
Using plugin's theme
option
PNotify notification
Using plugin's addclass
option