Skip to content

Instantly share code, notes, and snippets.

View attitude's full-sized avatar

Martin Adamko attitude

View GitHub Profile
@attitude
attitude / lightnessWcagContrastInterpolator.ts
Created November 20, 2025 08:30
Generates WCAG scale of grays
import { interpolatorSplineBasis } from 'culori'
const wcagContrastScale: Array<string> = [
"#fefefe",
"#b6b6b6",
"#949494",
"#7f7f7f",
"#6f6f6f",
"#636363",
"#595959",