// In this module I save my own colors
// src = https://cdn.jsdelivr.net/gh/jebbarbas/bootstrap-plus@1.0.0/bsp.css

// Color variables
const purple = "#ae42bd"
const orange = "#fd9800"
const aqua = "#00cca3"
const pink = "#ffb4bf"
const darkPurple = "#800040"
const darkRed = "#cc0000"
const darkYellow = "#d69d30"
const lightKhaki = "#f0e68c"
const blue = "#002fa7"
const lightGreen = "#78d64b"
const green = "#44883e"
const paleRed = "#ff6f61"
const mexicanPink = "#e5097f"
const tan = "#e8c39e"
const brown = "#8b4513"
const black = "#000000"
const lightGray = "#e9ecef"
const cherry = "#990033"

const midnightGreen = "#4e5851"
const silver2 = "#ebebe3"
const spaceGrey = "#535150"
const roseGold = "#fad7bd"
const lightPurple = "#d1cdda"
const lightYellow = "#ffe681"
const lightGreen2 = "#aee1cd"
const black2 = "#1f2020"
const white = "#f9f6ef"
const red = "#ba0c2e"
const blue2 = "#5eb0e5"
const yellow = "#f3d060"
const coral2 = "#ee7762"
const gold = "#f5ddc5"

// Final color variables
const magic = purple
const juice = orange
const ocean = aqua
const cake = pink
const wine = darkPurple
const blood = darkRed
const mustard = darkYellow
const militar = lightKhaki
const lapislazuli = blue
const matcha = lightGreen
const emerald = green
const coral = paleRed
const love = mexicanPink
const clay = tan
const chocolate = brown
const elegant = black
const silver = lightGray
const sidra = cherry

// Exports
export const jebcMainColors = {
    magic,
    juice,
    ocean,
    cake,
    wine,
    blood,
    mustard,
    militar,
    lapislazuli,
    matcha,
    emerald,
    coral,
    love,
    clay,
    chocolate,
    elegant,
    silver,
    sidra,
}

export const jebcUnusedColors = {
    midnightGreen,
    silver2,
    spaceGrey,
    roseGold,
    lightPurple,
    lightYellow,
    lightGreen2,
    black2,
    white,
    red,
    blue2,
    yellow,
    coral2,
    gold,
}