Skip to main content

ColorSet

A set of colors with different shades

Extended by

Properties

active

active: `#${string}`;

The active color

Defined in

tailwind/tailwind.type.ts:74


clarity

clarity: string;

The clarity of the color

Defined in

tailwind/tailwind.type.ts:75


contrastText

contrastText: `#${string}`;

The contrast text color

Defined in

tailwind/tailwind.type.ts:71


contrastTextLarge

contrastTextLarge: `#${string}`;

The contrast text color for large text

Defined in

tailwind/tailwind.type.ts:72


dark

dark: `#${string}`;

The dark color

Defined in

tailwind/tailwind.type.ts:70


DEFAULT

DEFAULT: `#${string}`;

The default color

Defined in

tailwind/tailwind.type.ts:68


inverse

inverse: `#${string}`;

The inverse color

Defined in

tailwind/tailwind.type.ts:77


light

light: `#${string}`;

The light color

Defined in

tailwind/tailwind.type.ts:69


tone

tone: "light" | "dark";

The tone of the color

Defined in

tailwind/tailwind.type.ts:76


uiContrast

uiContrast: `#${string}`;

The contrast color for UI elements

Defined in

tailwind/tailwind.type.ts:73