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 sunriseYellow: ColorShades = { 50: '#feffe6', 100: '#ffffb8', 200: '#fffb8f', 300: '#fff566', 400: '#ffec3d', 500: '#fadb14', 600: '#d4b106', 700: '#ad8b00', 800: '#876800', 900: '#614700', };