Const Tint Color = '#2f95dc'; Export Default { Tint Color, Tab Icon Default: '#Ccc', Tab Icon Selected: Tint Color, Tab Bar: '#Fefefe', Error Background: 'Red', Error Text: '#Fff', Warning Background: '#Eaeb5 E', Warning Text: '#666804', Notice Background: Tint Color, Notice Text: '#Fff', Primary: '#F1544d', Primary Dark: '#C94740', Text: '#Fff', Accent: '#F0d04c', Grey: '#888', Dark Grey: '#333', Light Grey: '#Eee', White: '#Fff', Black: '#000', Faded Black: 'Rgba(0, 0, 0, .5)', Background Color: '#F2f2f2', Fab Primary: '#Ff6f00' }; This Is My Colors List In The App. Suggest A Gradiant From Dark To Light Based On Primary Colors
const tintColor = '#2f95dc'; export default { tintColor, tabIconDefault: '#ccc', tabIconSelected: tintColor, tabBar: '#fefefe', errorBackground: 'red', errorText: '#fff', warningBackground: '#EAEB5E', warningText: '#666804', noticeBackground: tintColor, noticeText: '#fff', primary: '#f1544d', primaryDark: '#c94740', text: '#fff', accent: '#f0d04c', grey: '#888', darkGrey: '#333', lightGrey: '#eee', white: '#fff', black: '#000', fadedBlack: 'rgba(0, 0, 0, .5)', backgroundColor: '#f2f2f2', fabPrimary: '#ff6f00' }; This is my Colors list in the app. Suggest a gradiant from dark to light based on primary colors
About This Color Palette
<Primary Gradient from Dark to Light>
1. Primary Dark -
#c94740
- Dark primary color
2. Primary -
#f1544d
- Primary color
3. Light Primary -
#f89f9b
- Light primary color
4. Extra Light Primary -
#fcd8d6
- Extra light primary color
This color palette is based on a gradient from dark to light primary colors.
Do you have a preference for the number of colors in the gradient or any specific color stops you would like to include?