Package cards now progress through named material tiers instead of a single gray/black hue - each tier gets its own accent color for border, glow and price text (icon chip too), while the CTA button stays brand green everywhere so the primary action stays recognizable across tiers. Found and fixed a real bug along the way: blending adjacent materials directly in HSL swept straight through unrelated hues (e.g. bronze at 24° to silver at 212° passed through yellow-green), producing a muddy khaki look instead of a clean bronze-to-silver transition. Blending in RGB space instead fixes this. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| tailwind.config.js | ||
| vite.config.js | ||