File size: 2,044 Bytes
c132e32
 
 
 
 
771fa31
c132e32
 
 
5ac078a
 
7f30a93
 
 
 
 
 
 
 
c132e32
 
 
 
 
 
 
 
 
 
 
cbe21a9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c132e32
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
/** @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-Yello" : "#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: [],
}