Skip to contents

High-saturation palette optimized for presentations and posters. Maximum visual impact while maintaining colorblind accessibility.

Usage

athlytics_palette_vibrant()

Value

A character vector of 8 hex color codes

Examples

if (FALSE) { # \dontrun{
ggplot2::ggplot(data, ggplot2::aes(x, y, fill = category)) +
  ggplot2::geom_bar(stat = "identity") +
  ggplot2::scale_fill_manual(values = athlytics_palette_vibrant())
} # }