github.com/manicqin/nomad@v0.9.5/ui/app/templates/components/freestyle/sg-colors.hbs (about)

     1  {{#freestyle-usage "colors"}}
     2    {{freestyle-palette
     3        colorPalette=nomadTheme
     4        title="Nomad Theme"
     5        description="Accent and neutrals."}}
     6  
     7    {{freestyle-palette
     8        colorPalette=productColors
     9        title="Product Colors"
    10        description="Colors from other HashiCorp products. Often borrowed for alternative accents and color schemes."}}
    11  
    12    {{freestyle-palette
    13        colorPalette=emotiveColors
    14        title="Emotive Colors"
    15        description="Colors used in conjunction with an emotional response."}}
    16  {{/freestyle-usage}}