Contextual classes can be used to color the table, table rows or table cells. The classes that can be used are: .table-primary, .table-success, .table-info, .table-warning, .table-danger, .table-active, .table-secondary, .table-light and .table-dark:
| Firstname | Lastname | |
|---|---|---|
| Default | Defaultson | def@somemail.com | 
| Primary | Joe | joe@example.com | 
| Success | Doe | john@example.com | 
| Danger | Moe | mary@example.com | 
| Info | Dooley | july@example.com | 
| Warning | Refs | bo@example.com | 
| Active | Activeson | act@example.com | 
| Secondary | Secondson | sec@example.com | 
| Light | Angie | angie@example.com | 
| Dark | Bo | bo@example.com |