ADVERT
π Dark Mode Color Pairs
Build coordinated light and dark theme CSS variables from a single neutral and accent color. Tune contrast and vibrancy then copy the finished tokens in seconds.
Dark Mode Color Pair Generator
Generate matching light and darktheme palettes from a single neutral and accent color. Fine-tune surface softness, contrast, and accent vibrancy, then copy the ready to use CSS variable sets for your design system.
Influences backgrounds, surfaces, borders, and text balance.
Used for interactive states, call-to-action elements, and focus rings.
Interface preview
Crisp neutrals with balanced contrast for clean interfaces and comfortable reading.
Interface preview
Deep backgrounds with elevated surfaces and luminous accent treatments.
Generated variables
Each token is generated twice with identical naming for both themes.
Copy CSS variables
Paste into your global stylesheet or design token file. Variables map to [data-theme="light"|"dark"]
selectors.
:root[data-theme="light"] {
--color-bg: #D5D7D9;
--color-surface: #B8BBBF;
--color-surface-strong: #9DA1A8;
--color-text: #030405;
--color-text-muted: #484A4C;
--color-border: #7F8287;
--color-accent: #8C8EFC;
--color-accent-contrast: #f8fafc;
--color-accent-soft: #CACCDE;
--color-ring: #5C5EA6;
}
:root[data-theme="dark"] {
--color-bg: #080A0E;
--color-surface: #0E1219;
--color-surface-strong: #121820;
--color-text: #D7D9DB;
--color-text-muted: #97999D;
--color-border: #4A4E54;
--color-accent: #DEDEFE;
--color-accent-contrast: #0f172a;
--color-accent-soft: #373943;
--color-ring: #DCDDF5;
}
ADVERT
ADVERT