Skip to content

Commit

Permalink
feat: change brand colour
Browse files Browse the repository at this point in the history
  • Loading branch information
DominusKelvin committed Nov 15, 2024
1 parent 501fe93 commit b09cde7
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions templates/ascent-react/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,17 @@ module.exports = {
extend: {
colors: {
brand: {
DEFAULT: '#6C25C1',
50: '#CCAEEF',
100: '#C19DEC',
200: '#AB7BE6',
300: '#9659DF',
400: '#8036D9',
500: '#6C25C1',
600: '#521C92',
700: '#371363',
800: '#1D0A34',
900: '#030105',
950: '#000000'
DEFAULT: '#E4737A',
50: '#FFFFFF',
100: '#FEFCFC',
200: '#F8DADB',
300: '#F1B7BB',
400: '#EB959A',
500: '#E4737A',
600: '#DB444D',
700: '#C1252F',
800: '#921C24',
900: '#631318'
},
green: {
DEFAULT: '#49D489',
Expand Down

0 comments on commit b09cde7

Please sign in to comment.