--- order: 8 title: zh-CN: 多彩徽标 en-US: Colorful Badge --- ## zh-CN 3.16.0 后新增。我们添加了多种预设色彩的徽标样式,用作不同场景使用。如果预设值不能满足你的需求,可以设置为具体的色值。 ## en-US New feature after 3.16.0. We preset a series of colorful Badge style for different situation usage. And you can always set it to a hex color string for custom color. ````jsx import { Badge } from 'antd'; const colors = ['pink', 'red', 'yellow', 'orange', 'cyan', 'green', 'blue', 'purple', 'geekblue', 'magenta', 'volcano', 'gold', 'lime']; ReactDOM.render(