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 sunsetOrange: ColorShades = { 50: '#fff7e6', 100: '#ffe7ba', 200: '#ffd591', 300: '#ffc069', 400: '#ffa940', 500: '#fa8c16', 600: '#d46b08', 700: '#ad4e00', 800: '#873800', 900: '#612500', };