FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
130 Shades of Gray: Building a Design Token Pipeline That Killed Our Color Chaos
How-ToTools

130 Shades of Gray: Building a Design Token Pipeline That Killed Our Color Chaos

via Dev.tovenkatesh m1mo ago

The Codebase That Had 130 Grays I spent four years working in a production codebase that had 130 gray variables. I actually counted them once. Someone needs a border color, creates $gray-v1 . Someone else needs a slightly darker background, doesn't find the right gray in the file — or doesn't bother looking — creates $gray-v2 . Four years of that across 5 product modules and this is what you get: $gray-v12 : #6B7280 ; $gray-v13 : #6E7581 ; $gray-v14 : #707682 ; $gray-v38 : #4A5163 ; $gray-v39 : #4B5264 ; $gray-v47 : #5C6370 ; $gray-v89 : #3D4450 ; Seven variables. Can you tell them apart by hex value? We couldn't either. $gray-v38 and $gray-v39 differ by one hex digit. They were used on different screens for the same purpose — disabled text. Created six months apart by two different developers who had no way of knowing the other one existed. And the grays weren't even the worst part — the utility classes were. .FontSm14GrayV52 { font-size : 14px ; color : $gray-v52 ; } .FontRg16GrayV23

Continue reading on Dev.to

Opens in a new tab

Read Full Article
22 views

Related Articles

Clean Code Principles Every Software Engineer Should Follow
How-To

Clean Code Principles Every Software Engineer Should Follow

Medium Programming • 12h ago

The Real Cost of Abstractions in .NET
How-To

The Real Cost of Abstractions in .NET

Medium Programming • 13h ago

Stop Learning Frameworks — You’re Wasting Your Time
How-To

Stop Learning Frameworks — You’re Wasting Your Time

Medium Programming • 14h ago

How to Self-Host n8n in 2026: VPS vs Managed Hosting (Full Comparison)
How-To

How to Self-Host n8n in 2026: VPS vs Managed Hosting (Full Comparison)

Dev.to • 14h ago

I Built a Mac App to Fix Android File Transfer — Here’s What I Learned
How-To

I Built a Mac App to Fix Android File Transfer — Here’s What I Learned

Medium Programming • 15h ago

Discover More Articles