Color
Template Background Colors
Dashto comes with 10 color state for backgroud. You can use these colors with prefix bg-*
| State | Preview | Class postfix | Usage |
|---|---|---|---|
| Blue | *-blue | bg-blue | |
| Indigo | *-indigo | bg-indigo | |
| Purple | *-purple | bg-purple | |
| Pink | *-pink | bg-pink | |
| Red | *-red | bg-red | |
| Orange | *-orange | bg-orange | |
| Yellow | *-yellow | bg-yellow | |
| Green | *-green | bg-green | |
| Cyan | *-cyan | bg-cyan | |
| Gray | *-gray | bg-gray |
Template Text Colors
Dashto comes with 10 color state for text. You can use these colors with prefix c-*
| State | Preview | Class postfix | Usage |
|---|---|---|---|
| Blue | Text color | *-blue | c-blue |
| Indigo | Text color | *-indigo | c-indigo |
| Purple | Text color | *-purple | c-purple |
| Pink | Text color | *-pink | c-pink |
| Red | Text color | *-red | c-red |
| Orange | Text color | *-orange | c-orange |
| Yellow | Text color | *-yellow | c-yellow |
| Green | Text color | *-green | c-green |
| Cyan | Text color | *-cyan | c-cyan |
| Gray | Text color | *-gray | c-gray |
Bootstrap Background Colors
Bootstrap 9 color state for backgroud. You can use these color with prefix bg-*
| State | Preview | Class postfix | Usage |
|---|---|---|---|
| Primary | *-primary | bg-primary | |
| Secondary | *-secondary | bg-secondary | |
| Success | *-success | bg-success | |
| Danger | *-danger | bg-danger | |
| Warning | *-warning | bg-warning | |
| Info | *-info | bg-info | |
| Light | *-light | bg-light | |
| Dark | *-dark | bg-dark | |
| White | *-white | bg-white |
Bootstrap Text Colors
Bootstrap 10 color state for text. You can use these color with prefix text-*
| State | Preview | Class postfix | Usage |
|---|---|---|---|
| Primary | Primary color | *-primary | text-primary |
| Secondary | Text color | *-secondary | text-secondary |
| Success | Text color | *-success | text-success |
| Danger | Text color | *-danger | text-danger |
| Warning | Text color | *-warning | text-warning |
| Info | Text color | *-info | text-info |
| Light | Text color | *-light | text-light |
| Dark | Text color | *-dark | text-dark |
| Muted | Text color | *-muted | text-muted |
| White | Text color | *-white | text-white |