import React from 'react' import { gradients, SPACING_4 } from '@toptal/picasso-utils' import { Typography, Container } from '@toptal/picasso' const Example = () => ( <> Use the gradient just directly from Picasso and apply it to any element as{' '} background {' '} style property.
) export default Example