Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update hex color codes for MS Excel product #26339

Merged
merged 1 commit into from Jan 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions apps/public-docsite/src/pages/Styles/Colors/palettes/Excel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,37 +9,37 @@ export const Excel = () => {
<MarkdownHeader as="h2">Excel</MarkdownHeader>
<ColorPalette
colors={[
{
name: 'Excel Shade 30',
hex: '#094624',
},
{
name: 'Excel Shade 20',
hex: '#004b1c',
hex: '#0c5f32',
},
{
name: 'Excel Shade 10',
hex: '#0e5c2f',
hex: '#0f703b',
},
{
name: 'Excel Primary',
hex: '#217346',
hex: '#107c41',
},
{
name: 'Excel Tint 10',
hex: '#3f8159',
hex: '#218d51',
},
{
name: 'Excel Tint 20',
hex: '#4e9668',
hex: '#55b17e',
},
{
name: 'Excel Tint 30',
hex: '#6eb38a',
hex: '#a0d8b9',
},
{
name: 'Excel Tint 40',
hex: '#9fcdb3',
},
{
name: 'Excel Tint 50',
hex: '#e9f5ee',
hex: '#caead8',
},
]}
/>
Expand Down