OKLCH Native
Perceptually uniform color scales. Blue-500 and Yellow-500 have the same visual brightness.
Zero-runtime CSS framework with perceptually uniform colors, cascade layers, and native
light-dark() theming.
Perceptually uniform color scales. Blue-500 and Yellow-500 have the same visual brightness.
Native light-dark() function. No .dark class needed - respects
prefers-color-scheme automatically.
No more !important. Framework styles live in @layer so your
CSS always wins.
Components respond to their container, not the viewport. True modular design.
<!-- Just drop it in -->
<link rel="stylesheet" href="https://unpkg.com/@shift-css/core">
<!-- Customize with CSS variables -->
<style>
:root {
--shift-hue-primary: 280; /* Purple brand */
}
</style> ~8.2KB gzipped — All components, utilities, and a complete color system.