1. UI Component Palette Generation
UI/UX DesignerBackground
The designer needs a set of hover and active states for a primary brand color (#FF6B6B) to ensure visual consistency across a web application.
Problem
Manually calculating lighter shades often leads to inconsistent color values that don't look uniform.
How to use
Set the base color to #FF6B6B, choose 'HSL Lightness' as the method, and set the tint count to 5.
baseColor: #FF6B6B, tintMethod: hsl, tintCount: 5, intensity: 0.7Outcome
A set of 5 consistent, lighter variations of the brand color with accurate HSL values ready for CSS implementation.