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 nativelight-dark() theming.
Perceptually uniform color scales. Blue-500 and Yellow-500 have the same visual brightness.
Native light-dark() function. No .dark class needed - respectsprefers-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.
.dark class + JavaScriptlight-dark()!important and selector wars@layer orchestration@media)@container)<!-- 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>~8KB gzipped — All components, utilities, and a complete color system.