ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

happy-hues

Get curated color palettes from Happy Hues for design projects. Use when the user asks for color schemes, palette recommendations, design colors, UI colors, or mentions "配色", "color palette", "happy hues", "颜色方案". Supports filtering by mood (warm, dark, bold, minimal, etc.) and provides role-based colors (background, headline, button, highlight, etc.).

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/rikouu/happy-hues
Or

Happy Hues — Curated Color Palettes

17 curated color palettes from happyhues.co, each with role-based colors for real design use.

Data

Load references/palettes.json — array of 17 palettes, each with:

FieldDescription
idPalette number (1-17)
nameShort name (e.g. "Dark Mode", "Clean Blue")
moodComma-separated mood tags for filtering
backgroundPage/section background
headlineHeading text color
paragraphBody text color
buttonPrimary button/CTA background
buttonTextButton text color
strokeBorder/stroke color
mainCard/container background
highlightAccent/highlight color
secondarySecondary accent
tertiaryTertiary accent

Usage

  1. Read references/palettes.json
  2. Match user's mood/vibe to palette mood tags
  3. Return palette with colors and their design roles
  4. Link to https://www.happyhues.co/palettes/{id} for live preview

Mood Quick Reference

  • Light/clean: 3 (Clean Blue), 6 (Minimal Purple), 8 (Teal Minimal), 14 (Sunny Blue)
  • Dark: 4 (Dark Mode), 10 (Forest Green), 12 (Deep Purple), 13 (Fire Dark), 16 (Dark Peach)
  • Warm/cozy: 1 (Default), 5 (Earthy Green), 9 (Orange Pop), 15 (Warm Rose), 17 (Vintage Pink)
  • Bold/vibrant: 2 (Bold Pop), 9 (Orange Pop), 13 (Fire Dark)
  • Soft/feminine: 7 (Soft Pink), 15 (Warm Rose), 12 (Deep Purple)
  • Professional: 3 (Clean Blue), 8 (Teal Minimal), 11 (Luxury Dark)

Metadata

Author@rikouu
Stars1171
Views1
Updated2026-02-19
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-rikouu-happy-hues": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.