Skip to contents

A named list of accent colors used by the doplar (blue-red) palette. Useful for manual styling of annotations, custom geoms, or base R graphics that need to reference specific doplar colors by name.

Usage

doplar_colors

Format

A named list with 9 color values:

dark_blue

"#2166ac" – deep blue (low end)

blue

"#4393c3" – medium blue

light_blue

"#92c5de" – light blue

pale_blue

"#d1e5f0" – pale blue

white

"#f7f7f7" – center white

pale_red

"#fddbc7" – pale red

light_red

"#f4a582" – light red

red

"#d6604d" – medium red

dark_red

"#b2182b" – deep red (high end)

Examples

doplar_colors$dark_blue
#> [1] "#2166ac"
doplar_colors$dark_red
#> [1] "#b2182b"