This commit is contained in:
@@ -115,8 +115,31 @@ LOGO
|
|||||||
- Single colour canucks blue with green contrast if absolutely necessary (don't make it necessary)
|
- Single colour canucks blue with green contrast if absolutely necessary (don't make it necessary)
|
||||||
|
|
||||||
COLOURS
|
COLOURS
|
||||||
- Canucks colours of course, Blue primary and green secondary. RI already uses them, get the hex codes there.
|
- Canucks colours of course, Blue primary and green secondary.
|
||||||
- No indigo or pastels
|
/* ===================
|
||||||
|
AyaNova 8 Westcoast theme
|
||||||
|
Based on Canucks current colors
|
||||||
|
Primary colour = dark blue
|
||||||
|
Web: #00205B
|
||||||
|
RGB: 0, 32, 91
|
||||||
|
|
||||||
|
Secondary colour = green
|
||||||
|
Web: #00843D
|
||||||
|
RGB: 0, 132, 61
|
||||||
|
*
|
||||||
|
* #00843D = Green
|
||||||
|
#00205B = Blue
|
||||||
|
private Color AyaGreen = System.Drawing.ColorTranslator.FromHtml("#00843D");
|
||||||
|
private Color AyaBlue = System.Drawing.ColorTranslator.FromHtml("#00205B");
|
||||||
|
=================== */
|
||||||
|
|
||||||
|
- No indigo or pastels ??
|
||||||
|
|
||||||
|
- Canucks colors in designer
|
||||||
|
- https://material.io/tools/color/#!/?view.left=1&view.right=0&primary.color=00205B&secondary.color=00843D
|
||||||
|
- Picker tool / generator of pallete: https://material.io/design/color/#tools-for-picking-colors
|
||||||
|
|
||||||
|
- https://stackoverflow.com/questions/28503998/how-to-create-custom-palette-with-custom-color-for-material-design-app
|
||||||
- https://material.io/design/color/#color-usage-palettes
|
- https://material.io/design/color/#color-usage-palettes
|
||||||
- https://www.materialpalette.com/
|
- https://www.materialpalette.com/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user