# Palette

Convey meaning through color with a handful of color utility classes. Includes support for styling links with hover states, too.

## Color {{"demo": "Color.js", "defaultCodeOpen": false}} ```jsx … ``` ## Background color {{"demo": "BackgroundColor.js", "defaultCodeOpen": false}} ```jsx … ``` ## API ```js import { palette } from '@mui/system'; ``` | Import name | Prop | CSS property | Theme key | | :---------- | :-------- | :---------------- | :--------------------------------------------------------------------------- | | `color` | `color` | `color` | [`palette`](/material-ui/customization/default-theme/?expand-path=$.palette) | | `bgcolor` | `bgcolor` | `backgroundColor` | [`palette`](/material-ui/customization/default-theme/?expand-path=$.palette) |