UNPKG

react-native-material-elements

Version:

React native material elements is a sophisticated UI library crafted to enhance your React Native development workflow. Designed for simplicity and elegance, nex-ui provides a rich collection of components and utilities to effortlessly create polished mob

15 lines (13 loc) 270 B
import { ColorShades } from '../../theme'; export const frenchMagenta: ColorShades = { 50: '#fff0f6', 100: '#ffd6e7', 200: '#ffadd2', 300: '#ff85c0', 400: '#f759ab', 500: '#eb2f96', 600: '#c41d7f', 700: '#9e1068', 800: '#780650', 900: '#520339', };