Hex-Words

Spice up your web design with colours that are WORDS! A site that lets you find hexcodes that look like English words.

Get started

Install dependencies:

yarn install

Start dev server:

yarn run dev

Navigate to localhost:5000.

To rebuild the json for the site if incase you update the dictionary:

yarn run filter-words

Building and running in production mode

To create an optimised version of the app:

yarn run build

Attribution

Inspired by: Wes Bos' use of the #BADA55 colour in some of his tutorials 😆

Dictionary from: dwyl's english-words repo

Built off: this Svelte template