spo brandcenter colors list
Lists the brand center colors
Usage
m365 spo brandcenter colors list [options]
Options
-h, --help [help]Output usage information. Optionally, specify which section of command's help you want to see. Allowed values are
options,examples,remarks,permissions,response,full. Default isoptions.--query [query]JMESPath query string. See http://jmespath.org/ for more information and examples.
-o, --output [output]Output type.
json,text,csv,md,none. Defaultjson.--verboseRuns command with verbose logging.
--debugRuns command with debug logging.
Permissions
- Delegated
- Application
| Resource | Permissions |
|---|---|
| SharePoint | AllSites.Read |
| Resource | Permissions |
|---|---|
| SharePoint | Sites.Read.All |
Remarks
If the brand colors list has not been created yet in the Brand Center, the command will return an empty array.
Examples
List all brand center colors
m365 spo brandcenter colors list
Response
- JSON
- Text
- CSV
- Markdown
[
{
"Title": "Primary",
"ColorCode": "#0078D4",
"IsVisible": true
},
{
"Title": "Secondary",
"ColorCode": "#FF4500",
"IsVisible": false
}
]
Title ColorCode IsVisible
--------- --------- ---------
Primary #0078D4 true
Secondary #FF4500 false
Title,ColorCode,IsVisible
Primary,#0078D4,true
Secondary,#FF4500,false
# spo brandcenter colors list
Date: 4/4/2026
## Primary
Property | Value
---------|-------
Title | Primary
ColorCode | #0078D4
IsVisible | true
## Secondary
Property | Value
---------|-------
Title | Secondary
ColorCode | #FF4500
IsVisible | false