darktechnicalfocusedprofessional

Developer Dark

Code editor-inspired palette for developer tools and documentation.

Color Palette

background

Editor Dark

zinc-950

#09090b

surface

Sidebar

zinc-900

#18181b

primary

Code Text

zinc-100

#f4f4f5

secondary

Comment Gray

zinc-500

#71717a

accent

Terminal Green

green-400

#4ade80

Preview

Sample Heading

This is sample text using the secondary color from the palette.

Best For

Developer tools, IDE themes, documentation, code editors

CSS Variables

--bg: theme('colors.zinc.950');
--surface: theme('colors.zinc.900');
--primary: theme('colors.zinc.100');
--secondary: theme('colors.zinc.500');
--accent: theme('colors.green.400');

Tailwind Classes

background:zinc-950
surface:zinc-900
primary:zinc-100
secondary:zinc-500
accent:green-400
#developer#dark#code#terminal