-
Hello! i just want to know if where is daisyui's colors and themes like the color of the button i want to know what color is it of each theme (#hex) sorry bad english, not my first language :) |
Beta Was this translation helpful? Give feedback.
Answered by
saadeghi
May 19, 2022
Replies: 1 comment 3 replies
-
Here you can see the preview of colors used on each theme: https://daisyui.com/docs/themes/ Here's the source (hex colors): https://github.com/saadeghi/daisyui/blob/master/src/colors/themes.js Which generates the HSL values like this: https://unpkg.com/browse/[email protected]/dist/themes.css |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
saadeghi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here you can see the preview of colors used on each theme: https://daisyui.com/docs/themes/
Here's the source (hex colors): https://github.com/saadeghi/daisyui/blob/master/src/colors/themes.js
Which generates the HSL values like this: https://unpkg.com/browse/[email protected]/dist/themes.css