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) 269 B
import { ColorShades } from '../../theme'; export const goldenPurple: ColorShades = { 50: '#f9f0ff', 100: '#efdbff', 200: '#d3adf7', 300: '#b37feb', 400: '#9254de', 500: '#722ed1', 600: '#531dab', 700: '#391085', 800: '#22075e', 900: '#120338', };