Loading...
Loading...
Create a complete theme foundation with accent, secondary, and neutral color ramps from a single brand color. Use when building light/dark mode themes or starting a new design system.
npx skill4agent add basiclines/rampa-studio theme-foundationnpx @basiclines/ramparampa -C "<brand-color>" -L 95:10 --size=10 -O css --name=accentrampa -C "<brand-color>" --add=complementary -L 95:10 --size=10 -O cssbasecomplementary-1rampa -C "<brand-color>" -L 98:5 -S 5:10 --size=10 -O css --name=neutral#3b82f6# Primary accent
rampa -C "#3b82f6" -L 95:10 --size=10 -O css --name=accent
# Secondary + Primary together
rampa -C "#3b82f6" --add=complementary -L 95:10 --size=10 -O css
# Neutrals (slightly warm from the blue)
rampa -C "#3b82f6" -L 98:5 -S 5:10 --size=10 -O css --name=neutral:root {
/* Primary Accent */
--accent-0: #f0f7ff;
--accent-1: #dbeafe;
/* ... */
--accent-9: #1e3a5f;
/* Secondary Accent (complementary) */
--complementary-1-0: #fff7ed;
--complementary-1-1: #ffedd5;
/* ... */
/* Neutrals */
--neutral-0: #fafafa;
--neutral-1: #f5f5f5;
/* ... */
--neutral-9: #171717;
}neutral-0neutral-2neutral-8neutral-9accent-5accent-7neutral-9neutral-7neutral-0neutral-2accent-3accent-5--size=11-L-L 90:20