html {
    --ant-primary-color: #B57EDC;
    --ant-primary-color-hover: #BC8ADF; /* Lightened by 10% */
    --ant-primary-color-active: #A371C6; /* Darkened by 10% */
    --ant-primary-color-outline: rgba(181, 126, 220, 0.2);
    --ant-primary-1: #f3e6ff;
    --ant-primary-2: #e0bfff;
    --ant-primary-3: #c991ff;
    --ant-primary-4: #b57edc;
    --ant-primary-5: #a44fc6;
    --ant-primary-6: #9331b0;
    --ant-primary-7: #7b2893;
    --ant-primary-color-deprecated-pure: #b57edc;
    --ant-primary-color-deprecated-l-35: #f3e6ff;
    --ant-primary-color-deprecated-l-20: #e0bfff;
    --ant-primary-color-deprecated-t-20: #c991ff;
    --ant-primary-color-deprecated-t-50: #e0bfff;
    --ant-primary-color-deprecated-f-12: rgba(181, 126, 220, 0.12);
    --ant-primary-color-active-deprecated-f-30: rgba(243, 230, 255, 0.3);
    --ant-primary-color-active-deprecated-d-02: #f3e6ff;

    --ant-success-color: #13C2C2;
    --ant-success-color-hover: #2AC8C8; /* Lightened by 10% */
    --ant-success-color-active: #11AEAE; /* Darkened by 10% */
    --ant-success-color-outline: rgba(64, 224, 208, 0.2);
    --ant-success-color-deprecated-bg: #f0fffc;
    --ant-success-color-deprecated-border: #b3f7ef;
    --ant-error-color: #ff4d4f;
    --ant-error-color-hover: #ff7875;
    --ant-error-color-active: #d9363e;
    --ant-error-color-outline: rgba(255, 77, 79, 0.2);
    --ant-error-color-deprecated-bg: #fff2f0;
    --ant-error-color-deprecated-border: #ffccc7;
    --ant-warning-color: #faad14;
    --ant-warning-color-hover: #ffc53d;
    --ant-warning-color-active: #d48806;
    --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
    --ant-warning-color-deprecated-bg: #fffbe6;
    --ant-warning-color-deprecated-border: #ffe58f;
    --ant-info-color: #1890ff;
    --ant-info-color-deprecated-bg: #e6f7ff;
    --ant-info-color-deprecated-border: #91d5ff;
}
