# Create a palette of 12 colors
roll_palette(number = 12,
hue_range = c(0, 360),
chroma_range = c(0, 3),
lightness_range = c(0.75, 1.5),
alpha = NULL,
display_colors = TRUE)
#> [1] "#F7DC9D" "#D937E5" "#8880B9" "#119F35" "#7CEAB7"
#> [6] "#F8877D" "#C08B1B" "#B1E2F9" "#8E9573" "#74A31C"
#> [11] "#51A053" "#50C9A4"
Run the code above in your browser using DataLab