Learn R Programming

see (version 0.10.0)

flat_colors: Extract Flat UI colors as hex codes

Description

Can be used to get the hex code of specific colors from the Flat UI color palette. Use flat_colors() to see all available colors.

Usage

flat_colors(...)

Value

A character vector with color-codes.

Arguments

...

Character names of colors.

Examples

Run this code
flat_colors()

flat_colors("dark red", "teal")

Run the code above in your browser using DataLab