A fast gradient gallery for modern UI work.
Live Site · Repository · Issues
color.xima.work is a curated collection of CSS gradients for designers and frontend developers. Browse visually, search with fuzzy matching, filter by style, and copy production-ready snippets in CSS3 or Tailwind CSS v4 format.
- Curated gradient cards for hero sections, surfaces, cards, banners, and UI accents.
- Smart search powered by Fuse.js.
- Copy formats for both
CSS3andTailwind CSS v4. - Localized routes for
en,ru, andtt. - Static Astro output with sitemap and SEO metadata.
- Minimal runtime, Bun-first local workflow, Vercel deployment.
bun install
bun run devOpen http://localhost:4321.
Production commands:
bun run build
bun run previewAstro 5
Tailwind CSS v4
Fuse.js
astro-seo
astro-icon
@astrojs/sitemap
@astrojs/vercel
src/
components/colors/ gallery, cards, search, filters, copy controls
components/header/ theme and locale controls
config/ site and SEO settings
data/ gradient cards, tags, descriptions, copy snippets
i18n/ locale dictionaries
layouts/ shared page shell
pages/ default and localized routes
styles/ global styles and gradient utilities
Every gradient can be copied as a classic CSS class:
.radial-glow-aurora-cyan {
background-image: radial-gradient(...);
border: 1px solid rgba(...);
box-shadow: ...;
}Or as Tailwind CSS v4 arbitrary utilities:
bg-[radial-gradient(...)] border border-solid border-[rgba(...)] shadow-[...]
- Package manager:
bun - Default locale:
en - Supported locales:
en,ru,tt - Site URL:
https://color.xima.work - Output mode: static
- Deployment target: Vercel
Issues and pull requests are welcome. Keep changes focused, preserve the existing Astro/Tailwind structure, and avoid broad UI rewrites unless they are part of the proposed change.
No license file is currently included in this repository.