Learn R Programming

see (version 0.4.1)

material_colors: Extract material design colors as hex codes

Description

Can be used to get the hex code of specific colors from the material design color palette. Use material_colors() to see all available color.

Usage

material_colors(...)

Arguments

...

Character names of colors.

Value

A character vector with color-codes.

Examples

Run this code
# NOT RUN {
material_colors()

material_colors("indigo", "lime")

# }

Run the code above in your browser using DataLab