Add missing source attributions

This commit is contained in:
2022-09-28 17:59:01 -07:00
parent 78ee975aa1
commit 639143ed84
2 changed files with 3 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
package hexcolor
// These named palettes are sourced from https://www.color-hex.com/
var Palettes = map[string][]int{
"#3": {0x2A4D69, 0x4B86B4, 0xADCBE3, 0xE7EFF6, 0x63ACE5},
"- Lips -": {0xF98787, 0xE76A6A, 0xD65B5B, 0xC14B4B, 0xB83F3F},

View File

@@ -6,6 +6,7 @@ import (
"github.com/taigrr/go-colorpalettes/simplecolor"
)
// These colors are sourced from w3schools: https://www.w3schools.com/cssref/css_colors.asp
var colors = simplecolor.NamedPalette{
"aliceblue": 0xF0F8FF,
"antiquewhite": 0xFAEBD7,