Skip to contents

Creates a continuous fill gradient between two brand colors.

Usage

scale_fill_aib_c(low = "#1B3E6F", high = "#55C8E8", ...)

Arguments

low

Color for the low end of the gradient. Default is AIB navy.

high

Color for the high end of the gradient. Default is AIB sky.

...

Additional arguments passed to ggplot2::scale_fill_gradient().

Value

A ggplot2 continuous fill scale.