Add in new custom colour themes (same as splash colour scheme)
This commit is contained in:
+20
-1
@@ -4,7 +4,26 @@ module.exports = {
|
|||||||
"./components/**/*.{js,ts,jsx,tsx}",
|
"./components/**/*.{js,ts,jsx,tsx}",
|
||||||
],
|
],
|
||||||
theme: {
|
theme: {
|
||||||
extend: {},
|
extend: {
|
||||||
|
colors: {
|
||||||
|
dark: {
|
||||||
|
100: '#6D327C',
|
||||||
|
200: '#4954AA',
|
||||||
|
300: '#0074CB',
|
||||||
|
400: '#0092D8',
|
||||||
|
500: '#00ABD0',
|
||||||
|
600: '#00C2B5',
|
||||||
|
},
|
||||||
|
light: {
|
||||||
|
100: '#F924F1',
|
||||||
|
200: '#FF11B1',
|
||||||
|
300: '#FF6079',
|
||||||
|
400: '#FF9D53',
|
||||||
|
500: '#FFCF4C',
|
||||||
|
600: '#F9F871',
|
||||||
|
},
|
||||||
|
}
|
||||||
|
},
|
||||||
},
|
},
|
||||||
plugins: [],
|
plugins: [],
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user