add more attributions

This commit is contained in:
2022-09-28 18:07:28 -07:00
parent 639143ed84
commit 2db2a1889b
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View File

@@ -1,2 +1,3 @@
go-colorpalettes
palettes/
palettes.zip

View File

@@ -6,6 +6,9 @@ import (
"github.com/taigrr/go-colorpalettes/simplecolor"
)
// The names and hex values for the material palettes are sourced from
// material.io: https://material.io/design/color/the-color-system.html#tools-for-picking-colors
var (
red = simplecolor.NamedPalette{
"50": 0xffebee, "100": 0xffcdd2, "200": 0xef9a9a, "300": 0xe57373,