Back to Falco

Colors

layouts/partials/colors.html

latest166 B
Original Source

{{ $colors := site.Data.colors }} {{ range $color := $colors }}

{{ .name }}
RGB {{ .rgb }}

{{ with .pms }}

PMS {{ . }}

{{ end }}

{{ end }}