# List names of available palettes
names(washi_pal)
# Get hex codes from a palette using dollar `$name` or
# double bracket
# `[["name"]]` operators for extracting list elements
washi_pal$standard
washi_pal[["green_gradient"]]
# Extract a color from the standard WaSHI palette
washi_pal[["standard"]][["green"]]
Run the code above in your browser using DataLab