## example file palette file
## also works as JSON or JSON5

# your palettes can have a name
# but they don't have to, palette-aldente will
# generate a name for you

- 
  name: Y.M.C.K
  colors:
    - '#eee9e5'
    - '#383736'
    - '#d85794'
    - '#45abcb'
    - '#ebc92a'


# a palette can also be a simple list of colors
-
  - '#29181e'
  - '#81695d'
  - '#ce7f50'
  - '#ebe1e2'
  - '#d74f32'
  - '#3b2a54'

# it can contain fields that make sense to you
-
  author: 'ippsketch'
  colors:
    - '#ebe7e0'
    - '#262626'
    - '#bc594e'
    - '#bca357'
    - '#516b9e'

-
  colors:
    - '#383b34' 
    - '#4d4c32' 
    - '#7a603c' 
    - '#c97759' 
    - '#e59a84' 
    - '#cdc4b9'
  src: https://farbvelo.elastiq.ch/?s=eyJzIjoiOTJjYjI5NzM5MDM0YiIsImEiOjYsImNnIjo0LCJoZyI6ZmFsc2UsImhiIjpmYWxzZSwiaG8iOmZhbHNlLCJoYyI6ZmFsc2UsImh0IjpmYWxzZSwiYiI6ZmFsc2UsInAiOjAuMDQ2MjYyNzEwODEzNDkyMDYsIm1kIjo2MCwiY20iOiJsYWIiLCJmIjoiSHVlIEJpbmdvIiwiYyI6ImhzbHV2Iiwic2MiOmZhbHNlLCJidyI6dHJ1ZSwiYWgiOmZhbHNlLCJpdSI6IiIsImxtIjp0cnVlLCJzbSI6dHJ1ZSwiY3YiOiJoZXgiLCJxbSI6ImFydC1wYWxldHRlIiwibmwiOiJiZXN0T2YifQ==

# you can also group your palettes

- 
  name: 'My palettes'
  palettes:
    - 
      name: 'Y.M.C.K'
      colors:
        - '#eee9e5'
        - '#383736'
        - '#d85794'
        - '#45abcb'
        - '#ebc92a'
    - 
      name: 'Y.M.C.K'
      colors:
        - '#eee9e5'
        - '#383736'
        - '#d85794'
        - '#45abcb'
        - '#ebc92a'


- 
  name: 'My Fany Color Models palette'
  colors:
    - 'oklab(40.1% 0.1143 0.045)'
    - 'oklch(90% 0.3 42)'
    - 'lab(40.1% 0.1143 0.045)'
    - 'lch(59.69% 0.156 49.77)'
    - 'hsl(40.1 19% 80%)'