The color "felix" is not one that can can be quantified by a hex RGB value, or pigments, or even wavelengths of light.
It is an idea.
It is the boldest, brightest, most vibrant intersection of green and yellow.
These colors are very close to "felix":
- Lime
- Avocado
- Chartreuse
- Neon green
I'm currently using: #adff2f
(r173, g255, b47) for it, but I've tweaked it a few times.
From there I built out a color palette to use with my stuffs.
- Monokai
- Tailwind
- Styled System
- Palettte.app
yarn start
yarn build
yarn publish
12021·01·20 - added FelixCP for SwiftPM (I'm over the morbid obesity of NPM)
- v0.1.1 move values to TS file, use in Tailwind config
- v0.1.2
export { colors }
, update README - v0.1.3 export all color names
export * from ./pallete
, update README