ReadyTools Support is now available
We have added a new support system to ReadyTools to make it easier to get help
Update lesen
May 23, 2026
2 Min. Lesezeit
This release brings powerful new tools that make it even easier for frontend developers to build beautiful, accessible, and modern design systems.
readytools
ReadyTools-Autor
We're excited to ship a significant update to @readytools/colors — our lightweight, zero-dependency color utility library.
This release brings powerful new tools that make it even easier for frontend developers to build beautiful, accessible, and modern design systems.
import { generateTailwindConfig, randomColor, ensureContrast } from "@readytools/colors";
// Generate Tailwind-ready palette
const config = generateTailwindConfig("#ff6600", { name: "brand" });
// Smart random colors
const vibrant = randomColor({
hue: [200, 280],
saturation: [70, 95],
lightness: [45, 65]
});
// Force accessible contrast
const textColor = ensureContrast("#777777", "#0a0a0a", 7);@readytools/colors continues to be one of the most focused and modern color libraries available — built specifically for today's frontend workflows with Next.js, Tailwind, and modern CSS.
Typ
VerbessertDatum
May 23, 2026
Lesezeit
2 Min. Lesezeit
Erkunde weitere aktuelle Änderungen bei ReadyTools.
We have added a new support system to ReadyTools to make it easier to get help
Update lesen
We've rolled out a new round of improvements focused on making Linksy profiles faster, smoother, and more reliable across all devices.
Update lesen
Today we’re launching one of the biggest additions to ReadyTools yet: Workspace
Update lesen