1.0.14 • Published 4 years ago

ui-flat-colors v1.0.14

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

UI-Flat-Colors

npm version license

This simple package is a collection of 280 colors from https://flatuicolors.com/ to use it on react-native.

Installation

Using npm:

npm install --save ui-flat-colors
# or
yarn add ui-flat-colors

Bundled Icon Sets

Usage

Here Its focus on rgba() format to control opacity.

import { British } from 'ui-flat-colors';
// or
import { Canadian, Russian } from 'ui-flat-colors';

For example, you can invoke functions as American().black where opacity is by default 1 when argument is blank.

backgroundColor: American().black,

You don't need to put floating number; just place a number range [0, 9] to control opacity.

American(8).black

Component Naming:

FlatUI() Palette v1:

Flat_UI_palette_v1

cyangreenbluelightGrayblack
darkCyandarkGreendarkBluewhitedarkBlack
yelloworangeredpurplegray
darkYellowdarkOrangedarkReddarkPurpledarkGray

American() Palette:

American_Palette

lightGreenlightSkylightBluelightPurplewhite
greenskybluepurplegray
lightYellowlightOrangelightRedlightPinkdarkGray
yelloworangeredpinkblack

Aussie() Palette:

Aussie_Palette

lightYellowlightOrangelightRedlightGreenwhite
yelloworangeredgreengray
lightSkylightPinklightBluedeepBluedarkGray
skypinkbluedeepDarkBlueblack

British() Palette:

British_Palette

lightSkylightPurplelightYellowgreenblue
skypurpleyellowdarkGreennavalBlue
lightRedwhitegrayBluedeepBlueblackOne
reddarkWhitedarkGrayBluedeepDarkBlueblackTwo

Canadian() Palette:

Canadian_palette

lightPinklightYellowlightRedlightSkylightGreen
pinkyellowredskygreen
lightCyanlightBluelightPurplewhitegray
cyanbluepurplelightGrayblack

Chinese() Palette:

Chinese_Palette

lightOrangelightRedlightPinklightGraydarkGray
orangeredpinkgrayblack
lightGreenlightSkylightBluelightWhitedarkWhite
greenskybluewhitedarkerWhite

Dutch() Palette:

Dutch_Palette

lighterOrangelighterGreenlightSkylighterPinkpink
lightOrangelightGreenlightCyanlightPinkdarkPink
orangegreenskylightPurplepurple
redcyandarkBluedarkPurpledarkerPurple

French() Palette:

French_Palette

lightYellowlightRedlightBluelightSkylightGreen
yellowredblueskygreen
lightOrangedarkReddarkBluedarkSkylightCyan
orangepinkdarkerBluedarkerSkycyan

German() Palette:

German_Palette

lightRedlightOrangelightYellowlightGreenlightCyan
redorangeyellowgreencyan
lightSkylightBluelightPurplewhitedarkGray
skybluepurplelightGrayblack

Indian() Palette:

Indian_Palette

lightOrangelightSkyyellowcyanwhite
orangeskylightYellowdarkCyanblack
darkPinkbluelightPinklightCyanlightPurple
darkerPinkdarkBluepinkgrayYellowpurple

Russian() Palette:

Russian_Palette

lightOrangelightYellowlightBluelightReddarkPink
orangeyellowbluereddarkerPink
lightPurplelighterPinklightSkypinkergray
purplelightPinkskypinkblack

Spanish() Palette:

Spanish_Palette

lightOrangelightBluewhitelightSkylightGreen
orangebluedarkGrayskygreen
lightReddarkBluelightGrayyellowlightYellow
reddarkerBlueblackdarkYellowgrayYellow

Swedish() Palette

Swedish_Palette

lightPinklightBluelightSkylightCyanlightGreen
pinkblueskycyangreen
lightOrangelightYellowlightRedwhitedarkGray
orangeyellowredgrayblack

Turkish() Palette

Turkish_Palette

lightPurplelightPinklightRedlightOrangelightYellow
purplepinkredorangeyellow
lightGreenlightSkylightCyanlightBluegray
greenskycyanblueblack
1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.91

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago