1. UI Hover State Palette
Frontend DeveloperBackground
The developer needs a hover state for a primary blue button that is distinct but clearly related to the brand color.
Problem
Manually guessing a darker blue often results in inconsistent contrast ratios.
How to use
Set the base color to the brand blue, choose 'HSL Lightness' as the method, and generate 3 shades.
baseColor: #3B82F6, shadeMethod: hsl, shadeCount: 3, intensity: 0.3Outcome
A set of three perfectly calculated darker blue shades, ensuring the hover state maintains brand identity while providing clear visual feedback.