diff --git a/gradients/README.md b/gradients/README.md index 4258315..487e58e 100644 --- a/gradients/README.md +++ b/gradients/README.md @@ -17,9 +17,9 @@ The gradients object is `key`/`value` based where the `key` will form part of th theme: { gradients: theme => ({ // Array definition (defaults to linear gradients). - 'topaz': ['30deg', theme('colors.orange.500'), theme('colors.pink.300')], - 'topaz-dark': ['30deg', theme('colors.orange.700'), theme('colors.pink.500')], - 'emerald': ['to right', theme('colors.green.300'), theme('colors.teal.500')], + 'topaz': ['30deg', theme('colors.orange.500'), theme('colors.pink.400')], + 'topaz-dark': ['30deg', theme('colors.orange.700'), theme('colors.pink.600')], + 'emerald': ['to right', theme('colors.green.400'), theme('colors.teal.500')], 'fireopal': ['to right', '#40E0D0', '#FF8C00', '#FF0080'], 'relay': ['to top left', '#3A1C71', '#D76D77', '#FFAF7B'],