@primary-color: #1890ff;
@hover-color: color(~`colorPalette('@{link-color}', 5) `);
@active-color: color(~`colorPalette('@{link-color}', 7) `);
@white: #fff;
@black: #000;
@text-color: fade(@black, 65%);
@text-color-secondary: fade(@black, 45%);
@text-color-dark: fade(@white, 85%);
@text-color-secondary-dark: fade(@white, 65%);