yamada-ui / yamada-colors

All-in-one color tool of the Yamada, by the Yamada, for the Yamada.
https://yamada-colors.app
MIT License
16 stars 4 forks source link

The colors produced are different #67

Closed hirotomoyamada closed 3 months ago

hirotomoyamada commented 3 months ago

Provide the exact quote of the error or issue

If I add #007F89 to the palette and generate tones, the expected value of 500 is #007F89 but #00818a is generated.

{
  "goAlpha": {
    "50": "#c3fbff",
    "100": "#a0f9ff",
    "200": "#5bf4ff",
    "300": "#15efff",
    "400": "#00c1cf",
    "500": "#00818a",
    "600": "#006c73",
    "700": "#00575d",
    "800": "#004246",
    "900": "#002d30",
    "950": "#002225"
  },
}

Does the feature already exist? Please link to it.

https://yamada-colors.app/generators?hex=007f89&tab=tones

Are you willing to participate in fixing this issue and create a pull request with the fix?

None