v1.0.0 - light theme

A clean, Google-style design system

One set of tokens and components for every project. Link one stylesheet, use the classes, and everything looks like it belongs to the same brand.

Read the agent guide View the CSS

Palette

Blue - primary
#1a73e8

Red - danger
#ea4335

Yellow - warning
#fbbc04

Green - success
#34a853

Surface
#f1f3f4

Ink
#202124

Buttons

Cards and badges

Fast

Tokens, not guesswork.

Stable

Consistent

Same brand, every repo.

Core

Accessible

AA by default.

WCAG 2.2

Form controls

Usage

<link rel="stylesheet"
  href="https://design.adityajoshi.online/aditya.css">
<body class="aj">
  <button class="aj-btn aj-btn--filled">Go</button>
</body>