:root {
    --color-primary-base: 140 175 55;
    --color-primary-gradient: 112 140 44;
    --color-primary-button-text: 140 175 55;
    --color-primary-button-alternative-text: 255 255 255;

    --color-secondary-base: 0 106 132;
    --color-secondary-gradient: 0 77 97;
    --color-secondary-button-text: 255 255 255;

    --color-tertiary-base: 51 51 51;
    --color-tertiary-gradient: 0 0 0;
    --color-tertiary-button-text: 255 255 255;

    --color-success-base: 127 166 56;
    --color-success-gradient: 100 132 44;
    --color-success-button-text: 255 255 255;

    --color-info-base: 0 153 192;
    --color-info-gradient: 0 122 155;
    --color-info-button-text: 255 255 255;

    --color-warning-base: 241 119 0;
    --color-warning-gradient: 193 95 0;
    --color-warning-button-text: 255 255 255;

    --color-danger-base: 109 0 25;
    --color-danger-gradient: 80 0 18;
    --color-danger-button-text: 255 255 255;

    --color-form-base: 140 175 55;
}
