Skip to contents

Eight muted ink-on-paper colours led by the package primary (Carolina blue, #7BAFD4), ordered for maximal separation.

Usage

sketch_palette(n = NULL)

Arguments

n

Number of colours to return (max 8). If NULL, all are returned.

Value

A character vector of hex colours.

Examples

sketch_palette(4)
#> [1] "#7BAFD4" "#C8553D" "#88B398" "#9B6FB0"