Spaces:
Configuration error
Configuration error
/** @type {import('tailwindcss').Config} */ | |
module.exports = { | |
content: ["./src/**/*.{html,js}", "./src/*.{html,js}"], | |
darkMode : 'class', | |
theme: { | |
extend: { | |
colors : { | |
"Entrepreneurial-Lies-Gray" : "#8693AB", | |
"Entrepreneurial-Lies-White" : "#BDD4E7", | |
"Amethyst-Light" : "#9D50BB", | |
"Amethyst-Dark" : "#6E48AA", | |
"Peach-Red" : "#ED4264", | |
"Peach-Yellow" : "#FFEDBC", | |
"Deep-Space-Black" : "#000000", | |
"Deep-Space-Gray" : "#434343", | |
"Sunshine-Red" : "#b92b27", | |
"Sunshine-Blue" : "#1565C0", | |
"Retro-light-blue" : "#2de2e6", | |
"Retro-dark-blue" : "#035ee8", | |
"Retro-light-pink" : "#f6019d", | |
"Retro-dark-pink" : "#d40078", | |
"Retro-purple" : "#9700cc", | |
"Vapor-Violet" : "#300350", | |
"Vapor-Purple" : "#94167f", | |
"Vapor-Pink" : "#e93479", | |
"Vapor-Orange" : "#f9ac53", | |
"Vapor-Rose" : "#f62e97", | |
"Vapor-Blue" : "#153cb4", | |
"Happy-Yellow": "#FCB866", | |
"Happy-Tangerine": "#F1A089", | |
"Happy-Light-Magenta" : "#CF7BC6", | |
"Happy-Indego-Purple" : "#9462E9", | |
"Happy-Cool-Blue" : "#508EE7", | |
"Happy-Sea-Blue" : "#5EC5D9", | |
"Blue-Turquoise" : "#00FEEF", | |
"Blue-Midtone" : "#28ACEA", | |
"Blue-Royal" : "#3D76E0", | |
"Green-Black" : "#051912", | |
"Green-Forest" : "#1A4C39", | |
"Green-Emerald" : "#319B72", | |
"Warm-Blue": "#283AB8", | |
"Warm-Violet" : "#8D379E", | |
"Warm-Pink" : "#F13484", | |
"Warm-Red" : "#FF605D", | |
"Warm-Orange" : "#FEA959", | |
"Warm-Yellow" : "#FEE27A", | |
'body' : "#17171F", | |
'cream' : "#FAF9F6", | |
"selected-text" : "#0053d7", | |
"theme" : "#0053d7", | |
"nav" : "#404053", | |
"secondary" : "#9191A4", | |
"badge" : "#3F3F51", | |
"input-border" : "#565666", | |
"input" : "#2A2A35", | |
"dark-purple" : "#081A51", | |
"light-white" : "rgba(255,255,255, 0.18)" | |
}, | |
}, | |
}, | |
plugins: [], | |
} | |