:root {

    /* COLORS */
    --hexcolor-1: #FFC300;
    --hexcolor-2: #4794D6;
    --hexcolor-3: #ef662f;
    --hexcolor-4: #3976AC;
    --hexcolor-lightgray: #C6C5C6;
    --hexcolor-silver: #CCCCCC;
    --hexcolor-darkgray: #393839;
    --hexcolor-white: #FFF;
    --hexcolor-black: #000;
    --hexcolor-transparent: transparent;

}