Skip to content

brando:colourPalette

Property: Colour Palette

Brando property reference
Defined in the Brando vocabulary.


Brand > Property > VisualToken :: colourPalette

Canonical URL: https://brandoschema.com/properties/colourPalette
Check for open issues.


Definition

Defined set of colours, roles, and values used by the brand.


Values expected to be one of these types

  • Text
  • List of Text values

Used on these types

  • brando:VisualToken

Example (JSON-LD)

{
  "@context": {
    "schema": "https://schema.org/",
    "brando": "https://brandoschema.com/"
  },
  "@type": "brando:VisualToken",
  "schema:name": "Example VisualToken",
  "brando:colourPalette": [
    "Example value for brando:colourPalette 1",
    "Example value for brando:colourPalette 2"
  ]
}

Example (YAML)

@context:
  schema: https://schema.org/
  brando: https://brandoschema.com/

@type: brando:VisualToken
schema:name: Example VisualToken

brando:colourPalette:
  - "Example value for brando:colourPalette 1"
  - "Example value for brando:colourPalette 2"

Acknowledgements

This element is based on the work of Advanced Analytica.
Many Type and Property definitions are inspired by extensive analysis of brand guidelines, governance systems, and AI content-safety practices.