Skip to content

Commit

Permalink
updating accent1 colors in tailwind config
Browse files Browse the repository at this point in the history
  • Loading branch information
YetAnotherJonWilson committed Nov 1, 2023
1 parent 1030010 commit b5c4d63
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,16 @@ module.exports = {
900: 'HSL(0, 0%, 20%)',
},
accent1: {
100: 'HSL(60, 100%, 90%)',
300: 'HSL(60, 100%, 75%)',
500: 'HSL(60, 100%, 50%)',
600: 'HSL(57, 100%, 50%)',
700: 'HSL(53, 100%, 50%)',
800: 'HSL(50, 90%, 40%)',
900: 'HSL(48, 50%, 40%)',
50: 'HSL(60, 100%, 95%)',
100: 'HSL(60, 100%, 84%)',
200: 'HSL(60, 100%, 72%)',
300: 'HSL(60, 100%, 50%)',
400: 'HSL(55, 97%, 49%)',
500: 'HSL(50, 94%, 49%)',
600: 'HSL(50, 91%, 38%)',
700: 'HSL(50, 86%, 28%)',
800: 'HSL(50, 73%, 20%)',
900: 'HSL(49, 45%, 12%)',
},
accent2: {
100: 'HSL(300, 100%, 90%)',
Expand Down

0 comments on commit b5c4d63

Please sign in to comment.