:root {
    /* Colores base */
    --yellow: #FDE7A7;
    --green: #C2EDD7;
    --blue: #77C2FF;
    --purple: #C0AEE4;
    --orange: #FFB67F;
    --dark-green: #8CBEC9;
    --turquoise-blue: #77D1E6;
    --violet: #A4A9E8;
    --cream: #FFF8F0;
    --dark: #464646;

    /*colores template*/
    --color-1: #65A6DC;
    --color-2: #70B7F0;
    --color-3: #77C2FF;
    --color-4: #91CEFF;
    --color-5: #B5DEFF;
}

