Sub-skill of theme-factory: 1. Ocean Depths (+9).
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill 1-ocean-depths --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of 1 Ocean Depths?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-1-ocean-depths)More formats (shields.io, HTML) on the badges page.
---
name: theme-factory-1-ocean-depths
description: 'Sub-skill of theme-factory: 1. Ocean Depths (+9).'
version: 2.0.0
category: business
type: reference
scripts_exempt: true
---
# 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) */
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!