darktechnicalfocusedprofessional
Developer Dark
Code editor-inspired palette for developer tools and documentation.
Color Palette
background
Editor Darkzinc-950
#09090b
surface
Sidebarzinc-900
#18181b
primary
Code Textzinc-100
#f4f4f5
secondary
Comment Grayzinc-500
#71717a
accent
Terminal Greengreen-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