textfield
Version:
Yet another react component for an input
20 lines (18 loc) • 430 B
JavaScript
var palette = {
grey : '#3F454A',
greyLight : '#AEAEAE',
errorOrange : '#f7814c',
successGreen : '#2EBE71',
white : '#ffffff',
black : '#000000',
primary : '#FFB200',
pimaryDark : '#E9A300',
primaryLight : '#FCC700',
secondary : '#344164',
secondaryDark : '#283760',
secondaryLight : '#526490',
tertiary : '#2EBE71',
tertiaryDark : '#29AC66',
tertiaryLight : '#9FE6BA',
};
module.exports = palette;