KovaScape Design System - Nordic Premium
Brand Philosophy: "Warm Minimalism" — Combining the sleekness of Nordic design with the warmth of natural wood textures and premium dark greens.
1. Color Palette (The "Emerald & Gold" Standard)
Primary Brand Colors
| Role |
Color |
Hex |
Usage |
| Core Brand |
Deep Emerald |
#064338 |
Primary logos, strong headers, premium boxes. |
| Secondary |
Forest Green |
#0A5A47 |
Hover states, secondary buttons. |
| Darkest |
Midnight Green |
#1B3420 |
Footers, dark mode backgrounds, high contrast text. |
Metallic Accents (Luxury Indicators)
| Role |
Color |
Hex |
Usage |
| Highlight |
Royal Gold |
#F3C546 |
CTA buttons, "Premium" badges, 5-star icons. |
| Subtle |
Muted Gold |
#BCAD5B |
Borders, dividers, secondary icons. |
Backgrounds & Neutrals (Warmth)
| Role |
Color |
Hex |
Usage |
| Base |
Warm Beige |
#F5DFC1 |
Main backgrounds (web/print) to soften the look. |
| Light |
Cream |
#F2EEDD |
Content cards, inner sections. |
| Text |
Dark Charcoal |
#2C2C2C |
Body text (Never pure black). |
2. Material Harmony (The "Wood First" Rule)
[!IMPORTANT]
Conflict Warning: Our products are Oak and Walnut.
- Do NOT use large fields of Emerald Green behind Walnut wood—it kills the warmth.
- DO use Beige (
#F5DFC1) or Cream (#F2EEDD) backgrounds for product shots.
- DO use Emerald Green (
#064338) for framing elements: headers, footers, sidebars, and CTA buttons.
Visual Hierarchy:
- Product Texture (Real Wood) - Hero
- Background (Warm Beige/Cream) - Stage
- Brand Color (Emerald Green) - Frame
- Accent (Gold) - Jewelry
3. Typography
Headings (Elegant & Classic)
- Font: Playfair Display
- Weight: 700 (Bold) for H1, 600 (SemiBold) for H2.
- Case: Sentence case or Title Case. Avoid all-caps for long titles.
Body Text (Clean & Modern)
- Font: Poppins
- Alternative: Avenir Next Arabic (for technical manuals/specs).
- Weight: 400 (Regular). 300 (Light) for large captions.
4. Output Guidelines (Agent Instructions)
A+ Content (Amazon)
- Modules: Use clean, white/cream space. Don't overcrowding.
- Images: Lifestyle shots must be "Nordic Home" style—bright, airy, indoor plants.
- Text Overlay: Use Deep Emerald text on Beige backgrounds.
Product Manuals
- Cover: Deep Emerald
#064338 full bleed with Gold logo.
- Inside: Cream
#F2EEDD pages.
- Diagrams: Black line art, Gold highlights for "Action" points (screws, hooks).
Web Interface
- Buttons: Solid Emerald Green (
#064338) with Gold Text or Border.
- Hover: Lift shadow + brighten to
#0A5A47.
- Cards: White or Cream card on Beige background.
shadow-sm (soft shadow).
5. Implementation Snippets
CSS Variables
:root {
--color-primary: #064338;
--color-primary-light: #0A5A47;
--color-primary-dark: #1B3420;
--color-accent: #F3C546;
--color-accent-muted: #BCAD5B;
--color-bg-base: #F5DFC1;
--color-bg-card: #F2EEDD;
--font-heading: 'Playfair Display', serif;
--font-body: 'Poppins', sans-serif;
}
Tailwind Config Extension
module.exports = {
theme: {
extend: {
colors: {
emerald: {
900: '#064338', // Brand Base
800: '#0A5A47',
950: '#1B3420',
},
gold: {
400: '#F3C546', // Brand Accent
500: '#BCAD5B',
},
beige: {
100: '#F2EEDD',
200: '#F5DFC1',
}
},
fontFamily: {
serif: ['Playfair Display', 'serif'],
sans: ['Poppins', 'sans-serif'],
}
}
}
}
1---2name: kovascape-design-system3description: Official KovaScape Brand Design System. Nordic Minimalist style with Deep Emerald Green (#064338) and Gold (#F3C546) accents. Focus on Real Wood (Oak, Walnut) harmony. Guidelines for A+ Content, Manuals, and Web Interface.4---56# KovaScape Design System - Nordic Premium78**Brand Philosophy**: "Warm Minimalism" — Combining the sleekness of Nordic design with the warmth of natural wood textures and premium dark greens.910## 1. Color Palette (The "Emerald & Gold" Standard)1112### Primary Brand Colors13| Role | Color | Hex | Usage |14| -------------- | ---------------- | --------- | --------------------------------------------------- |15| **Core Brand** | **Deep Emerald** | `#064338` | Primary logos, strong headers, premium boxes. |16| **Secondary** | Forest Green | `#0A5A47` | Hover states, secondary buttons. |17| **Darkest** | Midnight Green | `#1B3420` | Footers, dark mode backgrounds, high contrast text. |1819### Metallic Accents (Luxury Indicators)20| Role | Color | Hex | Usage |21| ------------- | -------------- | --------- | -------------------------------------------- |22| **Highlight** | **Royal Gold** | `#F3C546` | CTA buttons, "Premium" badges, 5-star icons. |23| **Subtle** | Muted Gold | `#BCAD5B` | Borders, dividers, secondary icons. |2425### Backgrounds & Neutrals (Warmth)26| Role | Color | Hex | Usage |27| --------- | -------------- | --------- | ------------------------------------------------ |28| **Base** | **Warm Beige** | `#F5DFC1` | Main backgrounds (web/print) to soften the look. |29| **Light** | Cream | `#F2EEDD` | Content cards, inner sections. |30| **Text** | Dark Charcoal | `#2C2C2C` | Body text (Never pure black). |3132---3334## 2. Material Harmony (The "Wood First" Rule)3536> [!IMPORTANT]37> **Conflict Warning**: Our products are **Oak and Walnut**.38> - **Do NOT** use large fields of Emerald Green behind Walnut wood—it kills the warmth.39> - **DO** use Beige (`#F5DFC1`) or Cream (`#F2EEDD`) backgrounds for product shots.40> - **DO** use Emerald Green (`#064338`) for *framing* elements: headers, footers, sidebars, and CTA buttons.4142**Visual Hierarchy**:431. **Product Texture** (Real Wood) - *Hero*442. **Background** (Warm Beige/Cream) - *Stage*453. **Brand Color** (Emerald Green) - *Frame*464. **Accent** (Gold) - *Jewelry*4748---4950## 3. Typography5152### Headings (Elegant & Classic)53* **Font**: **Playfair Display**54* **Weight**: 700 (Bold) for H1, 600 (SemiBold) for H2.55* **Case**: Sentence case or Title Case. *Avoid all-caps for long titles.*5657### Body Text (Clean & Modern)58* **Font**: **Poppins**59* **Alternative**: **Avenir Next Arabic** (for technical manuals/specs).60* **Weight**: 400 (Regular). 300 (Light) for large captions.6162---6364## 4. Output Guidelines (Agent Instructions)6566### A+ Content (Amazon)67* **Modules**: Use clean, white/cream space. Don't overcrowding.68* **Images**: Lifestyle shots must be "Nordic Home" style—bright, airy, indoor plants.69* **Text Overlay**: Use Deep Emerald text on Beige backgrounds.7071### Product Manuals72* **Cover**: Deep Emerald `#064338` full bleed with Gold logo.73* **Inside**: Cream `#F2EEDD` pages.74* **Diagrams**: Black line art, Gold highlights for "Action" points (screws, hooks).7576### Web Interface77* **Buttons**: Solid Emerald Green (`#064338`) with Gold Text or Border.78 * *Hover*: Lift shadow + brighten to `#0A5A47`.79* **Cards**: White or Cream card on Beige background. `shadow-sm` (soft shadow).8081---8283## 5. Implementation Snippets8485### CSS Variables86```css87:root {88 --color-primary: #064338;89 --color-primary-light: #0A5A47;90 --color-primary-dark: #1B3420;91 92 --color-accent: #F3C546;93 --color-accent-muted: #BCAD5B;94 95 --color-bg-base: #F5DFC1;96 --color-bg-card: #F2EEDD;97 98 --font-heading: 'Playfair Display', serif;99 --font-body: 'Poppins', sans-serif;100}101```102103### Tailwind Config Extension104```javascript105module.exports = {106 theme: {107 extend: {108 colors: {109 emerald: {110 900: '#064338', // Brand Base111 800: '#0A5A47',112 950: '#1B3420',113 },114 gold: {115 400: '#F3C546', // Brand Accent116 500: '#BCAD5B',117 },118 beige: {119 100: '#F2EEDD',120 200: '#F5DFC1',121 }122 },123 fontFamily: {124 serif: ['Playfair Display', 'serif'],125 sans: ['Poppins', 'sans-serif'],126 }127 }128 }129}130```