-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ec7dd7c
commit c676415
Showing
19 changed files
with
274 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
//blue base collection | ||
import {darkestRed, grayBeige, softRed} from "../n12/_n12_colors"; | ||
|
||
export const blueVioletColor = '#3f51b5'; | ||
export const skyBlueColor = '#00aaff'; | ||
export const oceanBlueColor = '#0088cc'; | ||
export const secondaryBgColor = '#E3F6FF'; | ||
//white-Gray base collection | ||
export const shadowColor = '#4c4c4c'; | ||
export const brightGreyColor = '#5a5b5e'; | ||
export const smokeWhiteColor = '#f5f5f5'; | ||
//silver-Gray base collection | ||
export const silverSmokeColor = '#D3D3D3'; | ||
export const silverGrayColor = '#A2A2A2'; | ||
export const silverSpoonColor = '#647171'; | ||
//red base collection | ||
export const roseColor = '#c43a31'; | ||
export const cherryJamColor = '#8a1212'; | ||
export const honeyColor = '#F2BB0A'; | ||
//Stacked chart | ||
export const yellowColor = '#ffdd22'; | ||
// Grey | ||
export const darkGrey = '#818386'; | ||
|
||
//pie | ||
export const pieChartColors = ['#AE0721', '#818386', '#d90000', '#890505', '#6a6a6a']; | ||
|
||
export const barColors = [roseColor, honeyColor, yellowColor]; | ||
|
Oops, something went wrong.