Learn R Programming

ColorPalette (version 1.0-1)

triadicColors: triadic colors

Description

This function generates a specified number of triadic colors for a given base color

Usage

triadicColors(baseColor, count)

Arguments

baseColor
The base color specified as hex
count
Number of colors the palette should contain

Examples

Run this code
triadicColors("#121314", 5)

Run the code above in your browser using DataLab