yuan-elements
Version:
This package consists of React Native components that will be used by the Yuan app in its development.
16 lines (13 loc) • 342 B
JavaScript
// Cosmic Latte
// http://www.color-hex.com/color/fff8e9
// Shades of Maroon
// http://www.color-hex.com/color-palette/28869
export const ColorScheme = {
background: "#fff8e7",
darkerBackground: "#081425",
primary: "#562424",
secondary: "#6d3636",
titleColor: "#717271",
fontColor: "#777777",
secondaryFontColor: "#959695"
};