RT Jhey 🐻🛠
CSS Color Tip! 🪄
Use HSL to generate shades 😎
Store in CSS variables ✨
Preprocessor? Generate them with a loop! 🔥
Check this demo where you can generate and copy 🙌
Then apply! 💪
.element {
background: var(--shade-5);
}
👉
http://codepen.io/jh3y/pen/JjEjJjN