:root {
    /* BACKGROUNDS */
    --bg-yellow: #ffc107;
    --bg-red: #dc3545;
    --bg-green: #28a745;
    --bg-dark: #000000;
    --bg-darkgrey: #343a40;
    --bg-grey: #6c757d;
    --bg-white: #fff;
    --bg-black: #000;
    --bg-aqua: #0eeaf4;
    --bg-orange: #cb8b07;
    --bg-blue: #3b82f6;
    --bg-purple: #3f3e95;
    /* COLORS */
    --color-yellow: #ffc107;
    --color-red: #dc3545;
    --color-green: #28a745;
    --color-dark: #000000;
    --color-darkgrey: #6c757d;
    --color-grey: #6c757d;
    --color-white: #fff;
    --color-black: #000;
    --color-aqua: #0eeaf4;
    --color-orange: #cb8b07;
    --color-blue: #3b82f6;
    --color-purple: #3f3e95;
}