import React from 'react' import { palette } from '@toptal/picasso-utils' import { Typography } from '@toptal/picasso' const Example = () => ( Use the color just directly from Picasso. For example,{' '} I am painted by the blue main color ) export default Example