Skip to content

Commit

Permalink
📚 Update gradient doc colors
Browse files Browse the repository at this point in the history
  • Loading branch information
lorisleiva committed Jun 11, 2019
1 parent 314d051 commit 270c59c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradients/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'],

Expand Down

0 comments on commit 270c59c

Please sign in to comment.