export const ColorConfig = {
  success: "#5ac725",
  primary: "#3c9cff",
  warning: "#f9ae3d",
  error: "#f56c6c"
};
