:root {
    --aguamarina: #3cd2af;
    --aguamarina-rgba-50: rgba(60, 210, 175, 0.5);
    --aguamarina-rgba-20: rgba(60, 210, 175, 0.2);
    --forest: #1b614f;
    --forest-rgba-20: rgba(27, 97, 79, 0.2);
    --forest-rgba-10: rgba(27, 97, 79, 0.1);
    --deep: #283246;
    --deep-rgba-50: rgba(40, 50, 70, 0.5);
    --coral: #eb605f;
    --coral-rgba-50: rgba(235,96,95, 0.50);
    --chile: #ad1131;
    --fog: #d8cbc7;
    --fog-rgba-50: rgba(216, 203, 199, 0.7);
    --textblack: #000000;
    --textblack-rgba-70: rgba(0, 0, 0, 0.7);
    --textwhite: #fafafa;
    --ice: #eaebec;
    --light-green: #a8e2d3;
    --light-green-rgba-50: rgba(168, 226, 211, 0.5);
    --light-blue: #9ebaf4;
    --light-grey: #f0f0f0;
    --light-blue-rgba-50: rgba(158, 186, 244, 0.5);
    --light-orange: #ffcaaf;
    --light-orange-rgba-50: rgba(255, 202, 175, 0.5);
    --warning: #FACB4B;
    --warning-rgba-20: rgba(250, 203, 75, 0.2);
    --warning-rgba-10: rgba(250, 203, 75, 0.1);
}
