# Theme Factory 1 Ocean Depths

> Sub-skill of theme-factory: 1. Ocean Depths (+9).

- Skill: `vamseeachanta/theme-factory-1-ocean-depths` (Agent Skill)
- Install (CLI): `npx skillmds@latest add vamseeachanta/theme-factory-1-ocean-depths`
- Raw SKILL.md: https://api.skillmd.com/api/skills/vamseeachanta/theme-factory-1-ocean-depths/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: vamseeachanta (https://skillmd.com/u/vamseeachanta)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/vamseeachanta/theme-factory-1-ocean-depths

---


# 1. Ocean Depths (+9)

## 1. Ocean Depths


Deep blues and teals with aquatic undertones.
```css
:root {
  --primary: #0a1628;
  --secondary: #1a365d;
  --accent: #38b2ac;
  --highlight: #4fd1c5;
  --text: #e6fffa;
}
/* Fonts: Outfit (headings), Lora (body) */
```

## 2. Sunset Boulevard


Warm oranges, corals, and golden hues.
```css
:root {
  --primary: #2d1b0e;
  --secondary: #744210;
  --accent: #ed8936;
  --highlight: #fbd38d;
  --text: #fffaf0;
}
/* Fonts: Josefin Sans (headings), Source Serif Pro (body) */
```

## 3. Forest Canopy


Natural greens and earth tones.
```css
:root {
  --primary: #1a2f1a;
  --secondary: #2f4f2f;
  --accent: #48bb78;
  --highlight: #9ae6b4;
  --text: #f0fff4;
}
/* Fonts: Montserrat (headings), Merriweather (body) */
```

## 4. Modern Minimalist


Clean blacks, whites, and grays.
```css
:root {
  --primary: #1a1a1a;
  --secondary: #333333;
  --accent: #666666;
  --highlight: #f5f5f5;
  --text: #ffffff;
}
/* Fonts: Inter (headings), System UI (body) */
```

## 5. Golden Hour


Luxurious golds, bronzes, and creams.
```css
:root {
  --primary: #2c1810;
  --secondary: #5c3d2e;
  --accent: #d69e2e;
  --highlight: #f6e05e;
  --text: #fffff0;
}
/* Fonts: Playfair Display (headings), Crimson Text (body) */
```

## 6. Arctic Frost


Cool whites, silvers, and ice blues.
```css
:root {
  --primary: #0f172a;
  --secondary: #1e293b;
  --accent: #60a5fa;
  --highlight: #e0f2fe;
  --text: #f8fafc;
}
/* Fonts: Poppins (headings), Open Sans (body) */
```

## 7. Desert Rose


Soft pinks, terracotta, and sand.
```css
:root {
  --primary: #3d2c29;
  --secondary: #8b5a4a;
  --accent: #ed8796;
  --highlight: #fce7f3;
  --text: #fdf2f8;
}
/* Fonts: Cormorant Garamond (headings), Nunito (body) */
```

## 8. Tech Innovation


Electric blues, purples, and neons.
```css
:root {
  --primary: #0d0221;
  --secondary: #1a0533;
  --accent: #7c3aed;
  --highlight: #a78bfa;
  --text: #f5f3ff;
}
/* Fonts: Space Grotesk (headings), JetBrains Mono (body) */
```

## 9. Botanical Garden


Rich greens with floral accents.
```css
:root {
  --primary: #14401d;
  --secondary: #1e5631;
  --accent: #76b947;
  --highlight: #a4de8c;
  --text: #ecfccb;
}
/* Fonts: DM Serif Display (headings), Libre Baskerville (body) */
```

## 10. Midnight Galaxy


Deep purples, cosmic blues, and starlight.
```css
:root {
  --primary: #0f0f23;
  --secondary: #1a1a3e;
  --accent: #9333ea;
  --highlight: #c084fc;
  --text: #faf5ff;
}
/* Fonts: Syncopate (headings), Raleway (body) */
```

