material_colors: Extract material design colors as hex codes

View source: R/scale_color_material.R

material_colorsR Documentation

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 colors.

Usage

material_colors(...)

Arguments

...

Character names of colors.

Value

A character vector with color-codes.

Examples

material_colors()

material_colors("indigo", "lime")

see documentation built on Nov. 3, 2023, 5:10 p.m.