Color conversion
#2582
-
I am using some 3rd party library that does not support oklch-colors as returned by strata. Instead I need to pass rgba values. |
Beta Was this translation helpful? Give feedback.
Answered by
mayank99
Jul 10, 2025
Replies: 1 comment 2 replies
-
Hey @S-Bra, could you share more details about how exactly you're trying to use the colors? The CSS variables are intended for styling DOM elements only, and we use a |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While this form of usage is not officially supported, you can use an external library like
colorjs.io
to convert the colors into a compatible format.