Background Color

.u-bg-2023-red
.u-bg-2023-red-dark
.u-bg-2023-blue-light
.u-bg-2023-blue-medium
.u-bg-2023-blue-light
.u-bg-2023-green-light
.u-bg-2023-green-medium
.u-bg-2023-green-light
.u-bg-2023-black
.u-bg-2023-black-dark
.u-bg-2023-yellow
.u-bg-2023-amber
.u-bg-2023-orange
.u-bg-2023-grey-light
.u-bg-2023-grey-medium
.u-bg-2023-grey-dark
.u-bg-2023-white
.u-bg-2023-beige

Color

.u-c-2023-colorAsAbove

SCSS Implementation

nyp-color-2023("black");
nyp-color-2023("black", "dark");
nyp-color-2023("white");
nyp-color-2023("beige");
nyp-color-2023("red");
nyp-color-2023("red", "dark");
nyp-color-2023("blue", "light");
nyp-color-2023("blue", "medium");
nyp-color-2023("green", "light");
nyp-color-2023("green", "medium");
nyp-color-2023("yellow");
nyp-color-2023("amber");
nyp-color-2023("orange");
nyp-color-2023("grey", "light");
nyp-color-2023("grey", "medium");
nyp-color-2023("grey", "dark");