Skip to contents

The color_palette() provides the users with a range of predefined colors. The colors are fixed and do not change with the theme.

See the official documention for color palette, for all the correct props.

color_palette(
  "palette",
  color_palette_item(value = "pink"),
  color_palette_item(value = "blue"),
  color_palette_item(value = "#00000"),
  color_palette_item(value = "purple")
)