Skip to contents

This function generates a color palette based on the color palette of the author's favorite pokemon.

Usage

tof_generate_palette(num_colors)

Arguments

num_colors

An integer specifying the number of colors you'd like to generate.

Value

A character vector of hex codes specifying the colors in the palette.

Examples

tof_generate_palette(num_colors = 5L)
#> [1] "#D86020" "#28A8B8" "#F89040" "#D0D0D0" "#903000"