Releases: helpscout/colorway
Releases · helpscout/colorway
v0.9.7
v9.6.0
v0.9.5
Fixes grey.600 value (from #A5B2BD
to #C5CED6
)
v0.7.0
v0.6.0
Update HSDS-React Color config
Add lavender
to HSDS React config.
v0.3.0
v0.2.1
Find / Closest command
This update add two new command to Colorway
Find
Find will retrieve the HEX color code for a given color name. It will only use the HSDS-react manifest
colorway find blue.500
// blue.500: #1292EE
Closest
Closest will find the color name from our palette that is the nearest from a given HEX code. It will only use the HSDS-react manifest
colorway closest #005500
// green.900: #23633e
Colorway - v0.0.10
Prettify manifests with Prettier on generate