Shadcn UI uses HSL color
Unanswered
Selkirk Rex posted this in #help-forum
Selkirk RexOP
Why people thought that using this hsl colors would be better than just the rgba
--border: 214.3 31.8% 91.4%;
--input: 214.3 31.8% 91.4%;
--ring: 222.2 84% 4.9%;
--radius: 0.5rem;
/* MY VALUES */
--brand: #ffd324;
}
.dark {
--background: 222.2 84% 4.9%;
--foreground: 210 40% 98%;
--card: 222.2 84% 4.9%;
--card-foreground: 210 40% 98%;
--popover: 222.2 84% 4.9%;
--popover-foreground: 210 40% 98%;4 Replies
Selkirk RexOP
how can i change them into rgba
this would be bad practise or what?
i am kinda lazy do that with my hands
there are 40 colors to change