Colors
.text-primary
.text-secondary
.text-success
.text-danger
.text-warning
.text-info
.text-light
.text-dark
.text-body
.text-muted
.text-white
.text-black-50
.text-white-50
Contextual text Colors
classes also work well on anchors with the provided hover and focus states. Note that the.text-white and .text-muted class has no link styling.
                                
                            Background color
                                    Similar to the contextual text color classes, easily set the background of an element to any contextual class. Anchor components will darken on hover, just like the text classes. Background utilities
                                    do not set color, so in some cases you’ll want to use .text-* utilities.
                                
.bg-primary
                                .bg-secondary
                                .bg-success
                                .bg-danger
                                .bg-warning
                                .bg-info
                                .bg-light
                                .bg-dark
                                .bg-white
                                .bg-transparent
                            Background gradient color
                                            .bg-primary.bg-gradient
                                        
                                    
                                            .bg-secondary.bg-gradient
                                        
                                    
                                            .bg-success.bg-gradient
                                        
                                    
                                            .bg-danger.bg-gradient
                                        
                                    
                                            .bg-warning.bg-gradient
                                        
                                    .bg-info.bg-gradient
                                    .bg-light.bg-gradient
                                    .bg-dark.bg-gradient