Supabase Dark Emerald
Dark-mode-native developer landing page inspired by Supabase. Ideal for plataformas developer, ferramentas open-source, bancos de dados, apis. AI-ready template.
Use case: Platforms developer, Tools open-source, Bancos de dados, APIs
Historical Context
Supabase arrived in 2020 positioning itself as the open-source Firebase alternative, but its visual identity told a different story entirely. The emerald green on near-black palette wasn't just a color choice — it was a declaration. While every other developer tool was shipping safe blues and purples, Supabase went full terminal-green-meets-luxury. The effect was immediate: you looked at their dashboard and felt like you were piloting something powerful. That emerald became synonymous with a new wave of developer tool aesthetics. It proved you could be technical and visually striking simultaneously. The green wasn't friendly or approachable in the conventional SaaS sense — it was confident, almost cinematic. Think sci-fi command centers, not startup landing pages. The ripple effect across the ecosystem was undeniable. Post-Supabase, we saw a surge of developer tools embracing darker palettes with single saturated accent colors. The playbook they wrote — dark canvas, one bold hue, generous spacing, monospace touches — became the template for an entire generation of dev-focused products that wanted to signal sophistication without sacrificing developer credibility.
When to Use
Reach for this palette when building tools that developers will stare at for hours. Database interfaces, CLI dashboards, API documentation portals, open-source project sites — anywhere the audience self-identifies as technical. It works when you need to communicate power and precision without corporate stuffiness. Avoid it for consumer-facing products or anything targeting non-technical users; the dark emerald reads as exclusionary by design, which is exactly the point when your audience wants to feel like insiders.
Design Principles
- Single accent dominance — emerald carries all interactive and emphasis states against the dark field, never competing with secondary colors
- Terminal heritage — monospace typography in key UI moments anchors the palette to its developer roots without becoming cosplay
- Depth through luminance, not color — use value shifts within the dark range (zinc-900 to zinc-950) to create hierarchy instead of introducing new hues
- Glow as feedback — the emerald earns its brightness through interaction states; static elements stay muted, active ones radiate
- Generous negative space on dark canvas — resist the urge to fill; darkness is the design, not the background
DESIGN.md
---
version: "alpha"
name: "Supabase Dark Emerald"
description: "Dark-mode-native developer landing page inspired by Supabase. Ideal for plataformas developer, ferramentas open-source, bancos de dados, apis. AI-ready template."
colors:
primary: "#0f0f0f"
secondary: "#171717"
tertiary: "#3ecf8e"
neutral: "#fafafa"
surface: "#00c573"
accent: "#2e2e2e"
typography:
h1:
fontFamily: Circular
fontSize: 2.5rem
fontWeight: 700
body-md:
fontFamily: Circular
fontSize: 1rem
fontWeight: 400
rounded:
sm: 9999px
md: 19998px
lg: 29997px
components:
button-primary:
backgroundColor: "{colors.primary}"
textColor: "{colors.neutral}"
rounded: "{rounded.sm}"
padding: 12px
---
## Overview
Dark-mode-native developer landing page inspired by Supabase. Ideal for plataformas developer, ferramentas open-source, bancos de dados, apis. AI-ready template. Supabase arrived in 2020 positioning itself as the open-source Firebase alternative, but its visual identity told a different story entirely. The emerald green on near-black palette wasn't just a color choice — it was a declaration. While every other developer tool was shipping safe blues and purples, Supabase went full terminal-green-meets-luxury. The effect was immediate: you looked at their dashboard and felt like you were piloting something powerful.
That emerald became synonymous with a new wave of developer tool aesthetics. It proved you could be technical and visually striking simultaneously. The green wasn't friendly or approachable in the conventional SaaS sense — it was confident, almost cinematic. Think sci-fi command centers, not startup landing pages.
The ripple effect across the ecosystem was undeniable. Post-Supabase, we saw a surge of developer tools embracing darker palettes with single saturated accent colors. The playbook they wrote — dark canvas, one bold hue, generous spacing, monospace touches — became the template for an entire generation of dev-focused products that wanted to signal sophistication without sacrificing developer credibility.
- Density: 8/10 — Dense
- Variance: 4/10 — Moderate
- Motion: 4/10 — Subtle
- **Style:** Dark-Mode Native, Developer, Emerald Accent, Border-Defined Depth
- **Keywords:** supabase, dark mode, emerald green, developer, PostgreSQL, Circular font, pill buttons, border hierarchy, HSL tokens, terminal aesthetic
- **Era:** 2024-2026 Developer Dark
- **Light/Dark:** ✗ Not Recommended / ✓ Full
## Colors
- **Quase Preto** (#0f0f0f) — Dark surface, primary background
- **Escuro** (#171717) — Dark surface, primary background
- **Verde Supabase** (#3ecf8e) — Primary background surface
- **Off-White** (#fafafa) — Light surface, card backgrounds
- **Verde Link** (#00c573) — Primary text color
- **Borda Escura** (#2e2e2e) — Extended palette, decorative use
- **Borda Média** (#363636) — Extended palette, decorative use
- **Cinza** (#898989) — Secondary text, borders, muted elements
## Typography
- **Display / Hero:** Circular — Weight 700, tight tracking, used for headline impact
- **Body:** Circular — Weight 400, 16px/1.6 line-height, max 72ch per line
- **UI Labels / Captions:** Circular — 0.875rem, weight 500, slight letter-spacing
- **Monospace:** JetBrains Mono — Used for code, metadata, and technical values
Scale:
- Hero: clamp(2.5rem, 5vw, 4rem)
- H1: 2.25rem
- H2: 1.5rem
- Body: 1rem / 1.6
- Small: 0.875rem
## Layout
- **Grid:** CSS Grid primary. Max-width containment: 1280px centered with 1.5rem side padding.
- **Spacing rhythm:** Balanced. Base unit: 0.5rem (8px).
- **Section vertical gaps:** clamp(4rem, 8vw, 8rem).
- **Hero layout:** Split-screen (text left, visual right).
- **Feature sections:** Zig-zag alternating text+image rows. No 3-equal-columns.
- **Mobile collapse:** All multi-column layouts collapse below 768px. No horizontal overflow.
- **z-index contract:** base (0) / sticky-nav (100) / overlay (200) / modal (300) / toast (500).
## Elevation & Depth
Dark-mode nativo com fundos near-black (#0f0f0f, #171717). Acento verde esmeralda (#3ecf8e) usado com precisão cirúrgica apenas em bordas, links e logo. Profundidade via hierarquia de bordas (#242424 → #2e2e2e → #363636) sem sombras. Botões pill (9999px) para CTAs primários. Hero com line-height 1.00 ultra-comprimido. Labels monospace uppercase com letter-spacing 1.2px.
- **Physics:** Ease-out curves, 200-300ms duration. Smooth and predictable.
- **Entry animations:** Fade + translate-Y (16px → 0) over 420ms ease-out. Staggered cascades for lists: 80ms between items.
- **Hover states:** Subtle color shift + shadow adjustment over 200ms.
- **Page transitions:** Fade only (200ms).
- **Performance:** Only transform and opacity animated. No layout-triggering properties.
## Shapes
Base corner radius: 9999px. See rounded tokens in front matter for the full scale.
## Components
- **Primary Button:** Pill-shaped (9999px) shape. Accent color fill. Hover: 8% darken + subtle lift shadow. Active: -1px translate tactile press. Font weight 600. No outer glows.
- **Secondary / Ghost Button:** Outline variant. 1.5px border in muted color. Text in primary color. Hover: subtle background fill.
- **Cards:** Pill-shaped (9999px) corners. Surface background. Subtle shadow (0 2px 12px rgba(0,0,0,0.06)). 1px border stroke.
- **Inputs:** Label above input. 1px border stroke. Focus ring: 2px accent color offset 2px. Error text below in semantic red. No floating labels.
- **Navigation:** Primary surface background. Active item: accent color indicator. Font weight 500 when active.
- **Skeletons:** Shimmer animation matching component dimensions. No circular spinners.
- **Empty States:** Icon-based composition with descriptive text and action button.
## Do's and Don'ts
- No emojis in UI — use icon system only (Lucide, Heroicons)
- No pure white (#FFFFFF) backgrounds — use off-white or dark surfaces
- No oversaturated accent colors (saturation cap: 80%)
- No 3-column equal-width feature layouts — use zig-zag or asymmetric grid
- No `h-screen` — use `min-h-[100dvh]`
- No AI copywriting clichés: "Elevate", "Seamless", "Unleash", "Next-Gen"
- No broken external image links — use picsum.photos or inline SVG
- No generic lorem ipsum in demos
- Do Fundo near-black (#171717)
- Do Verde esmeralda apenas em bordas/links/logo
- Do Hero line-height 1.00
- Do Pill buttons 9999px
- Do Profundidade via bordas sem sombras
- Do Labels monospace uppercase
- Do Responsivo
## Use Case
Platforms developer, Tools open-source, Bancos de dados, APIs
Technical Specs
CSS
background: #171717; color: #fafafa; accent: #3ecf8e; border hierarchy: #242424, #2e2e2e, #363636; border-radius: 9999px pills, 6px secondary; font-family: 'Circular', sans-serif; line-height: 1.00 hero; no box-shadows
Variables
--bg-primary: #171717; --bg-button: #0f0f0f; --text-primary: #fafafa; --text-secondary: #b4b4b4; --text-muted: #898989; --brand-green: #3ecf8e; --green-link: #00c573; --border-subtle: #242424; --border-standard: #2e2e2e; --border-prominent: #363636; --radius-pill: 9999px
Checklist
☐ Fundo near-black (#171717), ☐ Verde esmeralda apenas em bordas/links/logo, ☐ Hero line-height 1.00, ☐ Pill buttons 9999px, ☐ Profundidade via bordas sem sombras, ☐ Labels monospace uppercase, ☐ Responsivo
Colors
Primary
Secondary
Effects
Dark-mode nativo com fundos near-black (#0f0f0f, #171717). Acento verde esmeralda (#3ecf8e) usado com precisão cirúrgica apenas em bordas, links e logo. Profundidade via hierarquia de bordas (#242424 → #2e2e2e → #363636) sem sombras. Botões pill (9999px) para CTAs primários. Hero com line-height 1.00 ultra-comprimido. Labels monospace uppercase com letter-spacing 1.2px.
Light/Dark
✗ Not Recommended / ✓ Full
AI Prompt
Act as a Senior Frontend Engineer and Expert UI Designer. Your task is to code a complete Landing Page on the first attempt. - Landing Page Theme: <INSERT THEME> - Sections to add: <INSERT SECTIONS> Generate the final code immediately following these definitions: ## Style - **Name:** Supabase Dark Emerald - **Type:** Dark-Mode Native, Developer, Emerald Accent, Border-Defined Depth - **Keywords:** supabase, dark mode, emerald green, developer, PostgreSQL, Circular font, pill buttons, border hierarchy, HSL tokens, terminal aesthetic - **Era:** 2024-2026 Developer Dark - **Light/Dark:** ✗ Not Recommended / ✓ Full ## Color Palette - **Primary:** Quase Preto #0f0f0f, Escuro #171717, Verde Supabase #3ecf8e, Off-White #fafafa - **Secondary:** Verde Link #00c573, Borda Escura #2e2e2e, Borda Média #363636, Cinza #898989 ## Visual Effects Dark-mode nativo com fundos near-black (#0f0f0f, #171717). Acento verde esmeralda (#3ecf8e) usado com precisão cirúrgica apenas em bordas, links e logo. Profundidade via hierarquia de bordas (#242424 → #2e2e2e → #363636) sem sombras. Botões pill (9999px) para CTAs primários. Hero com line-height 1.00 ultra-comprimido. Labels monospace uppercase com letter-spacing 1.2px. ## AI Visual Direction Design a dark-mode-native developer landing page inspired by Supabase. Near-black backgrounds (#0f0f0f buttons, #171717 page). Emerald green (#3ecf8e) accent used sparingly for borders, links, and logo only. Circular font weight 400 for nearly everything, 500 for nav/buttons. Hero text at 72px line-height 1.00. Pill buttons (9999px radius) with white border. Depth through border color hierarchy (#242424 subtle → #2e2e2e standard → #363636 prominent), no shadows. Source Code Pro uppercase labels with 1.2px letter-spacing. ## CSS Technical ```css background: #171717; color: #fafafa; accent: #3ecf8e; border hierarchy: #242424, #2e2e2e, #363636; border-radius: 9999px pills, 6px secondary; font-family: 'Circular', sans-serif; line-height: 1.00 hero; no box-shadows ``` ## Design System Variables ```css --bg-primary: #171717; --bg-button: #0f0f0f; --text-primary: #fafafa; --text-secondary: #b4b4b4; --text-muted: #898989; --brand-green: #3ecf8e; --green-link: #00c573; --border-subtle: #242424; --border-standard: #2e2e2e; --border-prominent: #363636; --radius-pill: 9999px ``` ## Implementation Checklist - ☐ Fundo near-black (#171717) - ☐ Verde esmeralda apenas em bordas/links/logo - ☐ Hero line-height 1.00 - ☐ Pill buttons 9999px - ☐ Profundidade via bordas sem sombras - ☐ Labels monospace uppercase - ☐ Responsivo ## Execution Rules 1. Strictly follow the defined visual style. 2. Use high-quality inline SVG icons (Heroicons or Lucide style) — NEVER use emojis as icons. 3. Add `cursor-pointer` and smooth `hover` states (transition-all) on all interactive elements. 4. Required Page Structure: - Navbar (Logo + Links + CTA) - Hero Section (Impactful Headline + Subtitle + 2 buttons + 3D/Abstract visual element via CSS) - Features (3 cards with icons) - Testimonials (3 cards) - Pricing (3 tiers, highlight the middle one) - Final CTA - Full Footer with social links, privacy policy, terms of use, contact and SEO links. 5. All text content must be in English. 6. The visual must be CLEARLY distinct — do not create a "default Bootstrap" design. Force the use of the provided design system variables. 7. Use `<style>` tags in the head for custom classes (especially for complex backdrop-filter effects and animations) that Tailwind CDN doesn't cover. 8. Full Responsiveness: Layout must adapt perfectly to Mobile, Tablet and Desktop (vertical stack on mobile). 9. Include basic SEO, Viewport and Open Graph meta tags in `<head>`. 10. Footer must contain: Copyright 2026, Secondary navigation links and Social media icons. 11. Make the creative decisions needed to deliver the complete, functional result now.
Related
Last synced: 4/1/2026