Brand feel
Works nicely for data tables, filters, and sidebars.
A dark utility palette tailored for admin tools and code-heavy products.
Slate Terminal is meant for interfaces where dense information needs to stay crisp. It brings in terminal-inspired greens while keeping the layout calm and business-ready.
Suggested application
Use the surface and border pair for cards, forms, and content blocks. The primary color should carry calls to action, while accent stays reserved for highlighted insight.
Works nicely for data tables, filters, and sidebars.
Keeps important numbers readable on low-glare backgrounds.
Supports code snippets and keyboard-driven workflows cleanly.
If you need more brand personality, test accent and secondary color shifts first while keeping the subdued background and readable green-highlight balance intact.
This direction is a weaker fit for soft storytelling pages, visual-first marketing sites, or consumer products that benefit from brighter open space.
Slate Terminal is designed as a practical starting point, not just a visual exercise. Best for admin panels, developer tools, and internal dashboards. Slate Terminal is meant for interfaces where dense information needs to stay crisp. It brings in terminal-inspired greens while keeping the layout calm and business-ready.
The current text and background pairing lands at 17.45:1, which scores as AAA in this preview. The primary action color reaches 10.08:1 with its readable button text, which gives you a quick check on whether the main CTA is likely to stay clear when the palette moves into production.
If you adapt this preset to match a brand, start with the primary, secondary, and accent roles first. Keep the background, surface, and text relationship stable until the base readability still feels solid, then test muted text, borders, hover states, and empty states before launch.
Use this as a starting point in Astro, Tailwind, or any other frontend stack that accepts CSS custom properties.
:root {
--theme-bg: #0a0f14;
--theme-surface: #111b24;
--theme-text: #eaf7ef;
--theme-muted: #8ba39b;
--theme-primary: #7ee081;
--theme-secondary: #2fc9b8;
--theme-accent: #ffb703;
--theme-border: #253340;
--theme-on-primary: #102033;
} These pages explain the broader decisions behind palettes like Slate Terminal, so visitors can compare this theme against a real project need instead of only reacting to the swatches.
How to build a dashboard palette that keeps dense information legible while still feeling intentional and professional.
How to choose an app palette that keeps interfaces readable, makes actions obvious, and scales from onboarding to settings screens.
Simple guidance for choosing color combinations that stay readable in real layouts rather than only looking good in a swatch row.
If this palette is close but not exact, the broader theme library gives you more routes to compare without leaving the same design vocabulary.