Color collection
Dark Green Terminal Palettes
Terminal-inspired green palettes for developer tools, logs, AI agents, and technical dashboards.
#2785CEAccent#6551D6Surface#141B24Text#F3F5F7Support#C973A4Dark Green Terminal 3Dark UI / Green / DeveloperQuality 99Primary#2756CEAccent#A351D6Surface#161927Text#F3F4F7Support#C9738CDark Green Terminal 6Dark UI / Green / DeveloperQuality 98Primary#8527CEAccent#D65451Surface#2B1C31Text#F5F3F7Support#C9A473Dark Green Terminal 7Dark UI / Green / DeveloperQuality 98Primary#B527CEAccent#D69251Surface#341D34Text#F7F3F7Support#C9BC73Dark Green Terminal 1Dark UI / Green / DeveloperQuality 97Primary#27B5CEAccent#517CD6Surface#121D21Text#F3F6F7Support#C973BCDark Green Terminal 4Dark UI / Green / DeveloperQuality 96Primary#2727CEAccent#D651CBSurface#1A182AText#F3F3F7Support#C97373How to use these palettes
Start with the primary and surface colors, then test text contrast before exporting. These palettes are most useful for CLI-inspired products, observability tools, and agent dashboards. Use green for signal and status while keeping text mostly neutral for long reading sessions.
Each dark palette keeps text near-white and checks primary actions against the dark surface so dashboard labels remain readable.
CSS Variables
:root {
--primary: #2785CE;
--accent: #6551D6;
--surface: #141B24;
--text: #F3F5F7;
--support: #C973A4;
}FAQ
Where should I use dark green terminal palettes?
These palettes are designed for CLI-inspired products, observability tools, and agent dashboards.
Can I copy these colors into a design system?
Yes. Each palette includes clear interface roles such as Primary, Accent, Surface, Text, and Support.
How do I avoid low contrast?
Use green for signal and status while keeping text mostly neutral for long reading sessions.