Update Design System colors for v2
See original GitHub issueChange these colors to the new hex values below
lightGray = '#F4F6F8'
borderGray = '#C0CAD5'
gray = '#4F6F8F'
lightBlue = '#E8F2FF'
lightGreen = '#ECF7EC'
lightRed = '#FBEBEB'
orange = '#F68013'
lightPurple = '#F5EBFA'
Remove these colors
darkRed = '#800'
lightOrange = '#feb'
darkOrange = '#a50'
darkPurple = '#407'
Add these colors
textOrange = '#F06F20'
lightYellow = '#FEDC2A'
yellow = '#FFF3C0'
No changes needed for these colors
black = '#000'
white = '#fff'
text = '#001833'
darkGray = '#364049'
blue = '#007aff'
darkBlue = '#049'
green = '#0a0'
darkGreen = '#060'
red = '#c00'
purple = '#70b'
Issue Analytics
- State:
- Created 5 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
Defining Colors in your Design System - UX Collective
Organize all of your colors · 1. Primary colors · 2. Secondary colors · 3. Neutrals · 4. Semantic Colors.
Read more >The color system - Material Design
Theme 2. Blue is used as the primary color for areas of the app that relate to the user's personal account, such as...
Read more >Color in UI - Carbon Design System
Gray 90 theme : uses Gray 90 as the global background color and is layered first with components using Gray 80 backgrounds. The...
Read more >Color | Design Systems Guide
Many teams have introduced a variable or token system to add a semantic layer to their color naming. Naming a color "red," and...
Read more >Colors in Design Systems - Prototypr
Color names in the Design System should reflect their purpose. That is why your colors have to be named like: Primary, Secondary or...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I checked through the color combinations and all will work with the new colors. Can you add
As for the
RedButton
I think its okay for us to keep thedarkRed
to support it.so
darkRed
just becomesred
,darkPurple
becomespurple
, thedarkOrange
we said we would use instead of addingtextOrange
. So that just leaveslightOrange
. For that I guess we can just useorange
?