Skip to contents

oxford_error provides the four error colours of the University of Oxford, England, UK.

Usage

oxford_error

Format

An object of class character of length 4.

Source

Colour definitions are based on the Digital style guide.

Value

A named vector of colours (HEX/HTML codes of type character).

Details

The 4 error colours are "status" (defined as HEX #7dbc23), "warning" (defined as HEX #bc9a23), "error" (defined as HEX #be0f34), and "error_light" (defined as HEX #fff0f3),

See also

oxford_brand for the brand colours of University of Oxford; oxford_general for the general colours of University of Oxford; oxford_link for the link colours of University of Oxford; oxford_shades for the shade colours of University of Oxford; oxford_blog for the blog colours of University of Oxford; oxford_graduate for the graduate colours of University of Oxford; oxford_socialmedia for the social media colours of University of Oxford; seecol for viewing and comparing colour palettes; usecol for using colour palettes; simcol for finding similar colours; newpal for defining new colour palettes; grepal for finding named colours.

Other English university color palettes: birmingham, lancaster_1, lancaster_2, oxford_blog, oxford_brand, oxford_general, oxford_graduate, oxford_link, oxford_shades, oxford_socialmedia, uni_manchester

Author

unicol, 2023-06-15.

Examples

oxford_error
#>      status     warning       error error_light 
#>   "#7dbc23"   "#bc9a23"   "#be0f34"   "#fff0f3" 
unikn::seecol(oxford_error, main = "Uni Oxford error colours") # view colour palette