mirror of
https://github.com/taigrr/simplecolorpalettes.git
synced 2026-04-02 04:59:08 -07:00
add more attributions
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user