Is hard coded color is ok?

I’m developing a theme so somewhere I give the hard coded color in my theme and also border radius so can we use hard coded color for developing a theme or i have to use variable only? Please let me know because I have to publish my theme. Does hard code will create issue ?

Hi @amisha-29 , it may not but it will definitely stress the life out of whoever’s gonna use the theme and wants a different color. They would have to change each instance where you used it which will be time consuming and a bad user experience.

Hard coding colors is fine for quick fixes or simple stores, but it’s not ideal if you want flexibility later. Using theme settings lets you change colors easily without editing code, which is better for long-term maintenance or if someone else manages the store.