Skip to main content

ExpandedColorSet

An expanded color set with shades from 50 to 900

Extends

Properties

active

active: `#${string}`;

The active color

Inherited from

ColorSet.active

Defined in

tailwind/tailwind.type.ts:74


clarity

clarity: string;

The clarity of the color

Inherited from

ColorSet.clarity

Defined in

tailwind/tailwind.type.ts:75


contrastText

contrastText: `#${string}`;

The contrast text color

Inherited from

ColorSet.contrastText

Defined in

tailwind/tailwind.type.ts:71


contrastTextLarge

contrastTextLarge: `#${string}`;

The contrast text color for large text

Inherited from

ColorSet.contrastTextLarge

Defined in

tailwind/tailwind.type.ts:72


dark

dark: `#${string}`;

The dark color

Inherited from

ColorSet.dark

Defined in

tailwind/tailwind.type.ts:70


DEFAULT

DEFAULT: `#${string}`;

The default color

Inherited from

ColorSet.DEFAULT

Defined in

tailwind/tailwind.type.ts:68


inverse

inverse: `#${string}`;

The inverse color

Inherited from

ColorSet.inverse

Defined in

tailwind/tailwind.type.ts:77


light

light: `#${string}`;

The light color

Inherited from

ColorSet.light

Defined in

tailwind/tailwind.type.ts:69


palette

palette: object;

100

100: `#${string}`;

200

200: `#${string}`;

300

300: `#${string}`;

400

400: `#${string}`;

50

50: `#${string}`;

500

500: `#${string}`;

600

600: `#${string}`;

700

700: `#${string}`;

800

800: `#${string}`;

900

900: `#${string}`;

Defined in

tailwind/tailwind.type.ts:94


tone

tone: "light" | "dark";

The tone of the color

Inherited from

ColorSet.tone

Defined in

tailwind/tailwind.type.ts:76


uiContrast

uiContrast: `#${string}`;

The contrast color for UI elements

Inherited from

ColorSet.uiContrast

Defined in

tailwind/tailwind.type.ts:73