Generates accessible branded colours required in the FFAI app.
A color modification tool to easily generate non-primary branded colors required in the FFAI app.\
Project URL: https://ffbrandcolors.netlify.app/
Just for fun.
Serves as a helper tool for devs while changing / testing brand primary colors. In v1.0, this app does 2 things:
1) Brand colors generator:
gradient-dark
simply by providing a brand-primary-color
. brand-primary-color
either from a selection of default colors or manually inputting the hex color. 2) Color contrast checker:
gradient-dark
against our non-branded color variables (ff-white
, ff-light-grey
, ff-alice-blue
, ff-grey
, ff-grey
, ff-dark-grey
, ff-black
) under 4 accessibility standard situations (levels “AA” and “AAA”, font size “small” and “large”). gradient-dark
color and check again until it meets the WCAG standards. gradient-dark
color, the brand-primary-color
will be updated in Brand colors generator section. brand-primary-color
as wellMade with TinyColor and React-Color.\
Inspired by LESS Colour Function Calculator and my team’s struggles.