material2014_colblind: Google Material Design 2014 palette, with colour-blind...

material2014_colblindR Documentation

Google Material Design 2014 palette, with colour-blind conversions

Description

These are the colours from Google's Material Design 2014 palette. Colours are named according to the source website, e.g. "deep_orange_50" through to "deep_orange_a700". Colours with "a" before the number are accent colours. #' More importantly, I provide simulated colour-blind conversions of these colours that were computed with khroma:::anomalize(). NOTE: I have padded this palette so that it displays nicely with show_colors(material2014_colblind$normal, n = 14). To unpad it, remove rows where name is NA.

Usage

material2014_colblind

Format

material2014_colblind

A data frame with 280 rows and 6 columns:

name

The colour's name.

normal

Normal colour vision representation as hex colour.

deutan

Deuteranopic colour conversion. Sees blues and yellows.

protan

Protanopic conversion. Sees dimmer blues and yellows.

tritan

Tritanopic conversion. Sees Red/pink and cyan.

achrom

Achromatopic conversion. Sees greyscale.

Source

https://m2.material.io/design/color/the-color-system.html#tools-for-picking-colors


DesiQuintans/desiderata documentation built on April 9, 2023, 5:43 a.m.