Official NPM Release

The
Hikaru
Palette

A masterfully engineered, high-contrast color system designed exclusively for modern local-first ecosystems.

Copy Hex
#2E3A6B

Midnight

Copy Hex
#A5EEE3

Frost

Copy Hex
#BABAD8

Mist

Clarity over clutter.

Most design systems overwhelm with hundreds of variables, causing decision fatigue and inconsistent interfaces.

The Hikaru Palette provides absolute precision: a dark structural anchor (Midnight), an energetic action color (Frost), and a soft balancing neutral (Mist).

Deploy the System

Integrate Hikaru into your terminal in seconds.

# 1. Install via NPM Package Manager
npm install @cfbl/hikaru-theme

# 2. Import globally into your stylesheet
@import "@cfbl/hikaru-theme/index.css";

# 3. Apply the architecture
body {
  background-color: var(--hikaru-midnight);
  color: var(--hikaru-mist);
}
Hex Copied!