logo
pub struct Palette { /* private fields */ }
Expand description

In general, it is a look-up table.

When the color is automatically mixed when the interpolation expression is activated.

Implementations

Builtin colors https://tailwindcss.com/docs/customizing-colors

SLATE

50, 100, 200, 300, 400, 500, 600, 700, 800, 900

GRAY

50, 100, 200, 300, 400, 500, 600, 700, 800, 900

ZINC

50, 100, 200, 300, 400, 500, 600, 700, 800, 900

NEUTRAL

50, 100, 200, 300, 400, 500, 600, 700, 800, 900

STONE

50, 100, 200, 300, 400, 500, 600, 700, 800, 900

RED

50, 100, 200, 300, 400, 500, 600, 700, 800, 900

ORANGE

50, 100, 200, 300, 400, 500, 600, 700, 800, 900

AMBER

50, 100, 200, 300, 400, 500, 600, 700, 800, 900

YELLOW

50, 100, 200, 300, 400, 500, 600, 700, 800, 900

LIME

50, 100, 200, 300, 400, 500, 600, 700, 800, 900

GREEN

50, 100, 200, 300, 400, 500, 600, 700, 800, 900

EMERALD

50, 100, 200, 300, 400, 500, 600, 700, 800, 900

TEAL

50, 100, 200, 300, 400, 500, 600, 700, 800, 900

CYAN

50, 100, 200, 300, 400, 500, 600, 700, 800, 900

SKY

50, 100, 200, 300, 400, 500, 600, 700, 800, 900

BLUE

50, 100, 200, 300, 400, 500, 600, 700, 800, 900

INDIGO

50, 100, 200, 300, 400, 500, 600, 700, 800, 900

VIOLET

50, 100, 200, 300, 400, 500, 600, 700, 800, 900

PURPLE

50, 100, 200, 300, 400, 500, 600, 700, 800, 900

FUCHSIA

50, 100, 200, 300, 400, 500, 600, 700, 800, 900

PINK

50, 100, 200, 300, 400, 500, 600, 700, 800, 900

ROSE

50, 100, 200, 300, 400, 500, 600, 700, 800, 900

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.