kolors library

A simple library that contains the HTML named colors.

You can access them all via the Kolors class, or via their grouped classes, such as KolorReds, KolorPinks, KolorOranges, KolorYellows, KolorPurples, KolorGreens, KolorBlues, KolorBrowns, KolorWhites, KolorGrays.

Keep in mind that the Color has a Flutter dependency, so these named colors can be only used from Flutter projects.

Classes

KolorBlues
Grouped colors for the different shades of Blue from the supported HTML colors.
KolorBrowns
Grouped colors for the different shades of Brown from the supported HTML colors.
KolorGrays
Grouped colors for the different shades of Gray from the supported HTML colors.
KolorGreens
Grouped colors for the different shades of Green from the supported HTML colors.
KolorOranges
Grouped colors for the different shades of Orange from the supported HTML colors.
KolorPinks
Grouped colors for the different shades of Pink from the supported HTML colors.
KolorPurples
Grouped colors for the different shades of Purple from the supported HTML colors.
KolorReds
Grouped colors for the different shades of Red from the supported HTML colors.
Kolors
All the named HTML colors.
KolorWhites
Grouped colors for the different shades of White from the supported HTML colors.
KolorYellows
Grouped colors for the different shades of Yellow from the supported HTML colors.