Fityra/Blog
ArticlesBuild in PublicDeep Divesfityra.app ↗
Fityra/Blog

Technical deep dives and lessons learned building the Fityra ecosystem.

RSSSitemap

Blog

  • All Articles
  • Build in Public
  • Technical Deep Dives
  • Product Updates

Ecosystem

  • fityra.app ↗
  • SaaSLift ↗
  • Extensions ↗

© 2026 Edson Mark. All rights reserved.

#css variables

Articles tagged “css variables”

3 articles with this tag

How to Build a Landing Page Color System Without Starting From Scratch
Design Toolslanding page color systemcolor palette

How to Build a Landing Page Color System Without Starting From Scratch

How to Build a Landing Page Color System Without Starting From Scratch The hardest part of choosing landing page colors is not finding a nice color. It is building a system that still works after the hero section. I have made this mistake more than once. I pick a good primary color, drop it into a button, maybe add a...

6 min readRead more
How to Export a Website Color Palette Into CSS, Tailwind, and JSON
Design Toolscolor palette exportcss variables

How to Export a Website Color Palette Into CSS, Tailwind, and JSON

How to Export a Website Color Palette Into CSS, Tailwind, and JSON Exporting colors sounds simple until you actually try to use the colors in a real project. A palette on its own is just inspiration. A copied export is where it starts becoming useful. That is the reason I cared so much about the export flow in Color...

7 min readRead more
How to Turn a Website Color Palette Into Design Tokens
Design Toolsdesign tokenscolor palette

How to Turn a Website Color Palette Into Design Tokens

How to Turn a Website Color Palette Into Design Tokens A color palette is useful for about five minutes. Design tokens are useful for the whole project. That difference took me longer to learn than I want to admit. When I first started studying website colors, I was happy just to collect hex codes. I would see a clean...

8 min readRead more