Skip to content

Commit

Permalink
refining palette
Browse files Browse the repository at this point in the history
  • Loading branch information
YetAnotherJonWilson committed Nov 2, 2023
1 parent b5c4d63 commit 86534b6
Showing 1 changed file with 10 additions and 20 deletions.
30 changes: 10 additions & 20 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,26 +41,16 @@ module.exports = {
900: 'HSL(49, 45%, 12%)',
},
accent2: {
100: 'HSL(300, 100%, 90%)',
200: 'HSL(300, 100%, 80%)',
300: 'HSL(300, 100%, 75%)',
500: 'HSL(300, 100%, 50%)',
700: 'HSL(300, 60%, 50%)',
900: 'HSL(300, 40%, 40%)',
},
accent3: {
100: 'HSL(280, 100%, 90%)',
300: 'HSL(280, 100%, 75%)',
500: 'HSL(280, 100%, 50%)',
700: 'HSL(280, 60%, 50%)',
900: 'HSL(280, 40%, 40%)',
},
accent4: {
100: 'HSL(90, 100%, 90%)',
300: 'HSL(90, 100%, 75%)',
500: 'HSL(90, 100%, 50%)',
700: 'HSL(90, 60%, 50%)',
900: 'HSL(90, 40%, 40%)',
50: 'HSL(300, 100%, 92%)',
100: 'HSL(300, 100%, 78%)',
200: 'HSL(300, 100%, 64%)',
300: 'HSL(300, 100%, 50%)',
400: 'HSL(300, 100%, 44%)',
500: 'HSL(300, 100%, 40%)',
600: 'HSL(300, 100%, 32%)',
700: 'HSL(300, 100%, 24%)',
800: 'HSL(300, 100%, 16%)',
900: 'HSL(300, 61%, 12%)',
},
},
textShadow: {
Expand Down

0 comments on commit 86534b6

Please sign in to comment.