aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--constants/dyes.json227
1 files changed, 227 insertions, 0 deletions
diff --git a/constants/dyes.json b/constants/dyes.json
new file mode 100644
index 00000000..901c9d3b
--- /dev/null
+++ b/constants/dyes.json
@@ -0,0 +1,227 @@
+{
+ "animated": {
+ "DYE_ROSE": [
+ "#F06766",
+ "#f06766",
+ "#f06766",
+ "#ee6364",
+ "#ee6364",
+ "#eb5e61",
+ "#e8595e",
+ "#e45359",
+ "#e04d55",
+ "#db4650",
+ "#d3404c",
+ "#cb3947",
+ "#c43043",
+ "#bd2b40",
+ "#b8293e",
+ "#b3263d",
+ "#ae243b",
+ "#ae243b",
+ "#a32038",
+ "#9c1e36",
+ "#961c34",
+ "#901a32",
+ "#881731",
+ "#81162e",
+ "#881830",
+ "#81162e",
+ "#7b142d",
+ "#74122b",
+ "#6d1029",
+ "#650e27",
+ "#5e0d24",
+ "#560b22",
+ "#500a20",
+ "#49081f",
+ "#44061d",
+ "#3e061b",
+ "#39041a",
+ "#39041a",
+ "#39041a",
+ "#39041a",
+ "#39041a",
+ "#39041a",
+ "#39041a",
+ "#39041a",
+ "#39041a",
+ "#39041a",
+ "#3e061b",
+ "#44061d",
+ "#49081f",
+ "#500a20",
+ "#560b22",
+ "#5e0d24",
+ "#650e27",
+ "#6d1029",
+ "#74122b",
+ "#7b142d",
+ "#81162e",
+ "#881830",
+ "#81162e",
+ "#881731",
+ "#901a32",
+ "#961c34",
+ "#9c1e36",
+ "#a32038",
+ "#ae243b",
+ "#ae243b",
+ "#b3263d",
+ "#b8293e",
+ "#bd2b40",
+ "#c43043",
+ "#cb3947",
+ "#d3404c",
+ "#db4650",
+ "#e04d55",
+ "#e45359",
+ "#e8595e",
+ "#eb5e61",
+ "#ee6364",
+ "#ee6364",
+ "#f06766",
+ "#f06766",
+ "#F06766"
+ ],
+ "DYE_LUCKY": [
+ "#87ff37",
+ "#81F83C",
+ "#7DF43F",
+ "#79EF42",
+ "#73E944",
+ "#6FE547",
+ "#69DF49",
+ "#64D84B",
+ "#5DD24D",
+ "#57CC4E",
+ "#52C551",
+ "#4ABE52",
+ "#44B752",
+ "#3DB153",
+ "#36AB53",
+ "#30A553",
+ "#299F54",
+ "#239954",
+ "#1D9553",
+ "#179153",
+ "#0F8C52",
+ "#098852",
+ "#008350",
+ "#007D4F",
+ "#00774D",
+ "#00734B",
+ "#006F49",
+ "#006C47",
+ "#006944",
+ "#006944",
+ "#006C47",
+ "#006F49",
+ "#00734B",
+ "#00774D",
+ "#007D4F",
+ "#008350",
+ "#098852",
+ "#0F8C52",
+ "#179153",
+ "#1D9553",
+ "#239954",
+ "#299F54",
+ "#30A553",
+ "#36AB53",
+ "#3DB153",
+ "#44B752",
+ "#4ABE52",
+ "#52C551",
+ "#57CC4E",
+ "#5DD24D",
+ "#64D84B",
+ "#69DF49",
+ "#6FE547",
+ "#73E944",
+ "#79EF42",
+ "#7DF43F",
+ "#81F83C",
+ "#87ff37"
+ ],
+ "DYE_WARDEN": [
+ "#034150",
+ "#034150",
+ "#034150",
+ "#034150",
+ "#034150",
+ "#024554",
+ "#004a59",
+ "#004f5e",
+ "#005463",
+ "#005a68",
+ "#005f6d",
+ "#006472",
+ "#006a76",
+ "#006a76",
+ "#00757f",
+ "#007a84",
+ "#008088",
+ "#00868c",
+ "#008b90",
+ "#009194",
+ "#009194",
+ "#009295",
+ "#009295",
+ "#009295",
+ "#009295",
+ "#009295",
+ "#009295",
+ "#009194",
+ "#009194",
+ "#008b90",
+ "#00868c",
+ "#008088",
+ "#007a84",
+ "#00757f",
+ "#006a76",
+ "#006a76",
+ "#006472",
+ "#005f6d",
+ "#005a68",
+ "#005463",
+ "#004f5e",
+ "#004a59",
+ "#024554",
+ "#034150",
+ "#034150",
+ "#034150",
+ "#034150",
+ "#034150"
+ ]
+ },
+ "static": {
+ "DYE_CARMINE": "#960018",
+ "DYE_NECRON": "#E7413C",
+ "DYE_BRICK_RED": "#CB4154",
+ "DYE_CHOCOLATE": "#7B3F00",
+ "DYE_FLAME": "#E25822",
+ "DYE_MANGO": "#FDBE02",
+ "DYE_PURE_YELLOW": "#FFF700",
+ "DYE_NYANZA": "#E9FFDB",
+ "DYE_CELADON": "#ACE1AF",
+ "DYE_EMERALD": "#50C878",
+ "DYE_HOLLY": "#3C6746",
+ "DYE_AQUAMARINE": "#7FFFD4",
+ "DYE_CELESTE": "#B2FFFF",
+ "DYE_ICEBERG": "#71A6D2",
+ "Livid Dye": "#6699CC",
+ "TENTACLE_DYE": "#324D6C",
+ "DYE_BINGO_BLUE": "#002FA7",
+ "DYE_PURE_BLUE": "#0013FF",
+ "DYE_DARK_PURPLE": "#301934",
+ "Midnight Dye": "#702670",
+ "DYE_BYZANTIUM": "#702963",
+ "DYE_WILD_STRAWBERRY": "#FF43A4",
+ "DYE_CYCLAMEN": "#F56FA1",
+ "DYE_NADESHIKO": "#F6ADC6",
+ "DYE_BONE": "#E3DAC9",
+ "DYE_PURE_WHITE": "#FFFFFF",
+ "DYE_PURE_BLACK": "#000000"
+ }
+}