Single-page Tailwind color family editor
  • HTML 99.4%
  • Dockerfile 0.6%
Find a file
2026-05-29 09:35:38 +02:00
.dockerignore feat(app): add dockerized Tailwind color family editor 2026-05-17 11:07:03 +02:00
Dockerfile feat(app): add dockerized Tailwind color family editor 2026-05-17 11:07:03 +02:00
index.html feat: add official colors link 2026-05-29 09:35:38 +02:00
nginx.conf feat(app): add dockerized Tailwind color family editor 2026-05-17 11:07:03 +02:00
README.md docs(readme): highlight hosted app link at the top 2026-05-17 11:50:26 +02:00

Color Family Website

https://color-family.dikka.dev.

Single-page Tailwind color family editor, packaged as a small Docker container for Coolify.

Run locally

docker build -t color-family .
docker run --rm -p 8080:80 color-family

Open http://localhost:8080.

Coolify

Create a Dockerfile-based app from this repository and point the public domain to your color-family subdomain. The container listens on port 80.

Import/export

OKLCH @theme output is the default. The importer supports all export shapes:

  • @theme oklch
  • @theme hex
  • js config
  • hex only