Plataforma de cores para uso em projetos de interface do FCx Labs. Installation yarn add @fcxlabs/colors or npm i @fcxlabs/colors Usage stylesheet: import{red}from"@fcxlabs/colors";conststyles=StyleSheet.create({container:{backgroundColor:red.shades.light35,},}); ...