How do I get the color palette directly in my code... Tags: TailwindCSS, React, VS Code?
I tried erasing the entire line, rewriting the code, for example, bg-[#2c2f32], but the color is not showing at the front of the bg...
How do I get the color palette directly in my code... Tags: TailwindCSS, React, VS Code?
I tried erasing the entire line, rewriting the code, for example, bg-[#2c2f32], but the color is not showing at the front of the bg...
I think you have to install Color Highlight extension of vscode, It will help you to identify easily which color is this and also shows the same.
ref: color-highlight