Difference between revisions of "User:Tvol/Colours"

From UFOpaedia
Jump to navigation Jump to search
(Created page with "{| class="wikitable" style="width: 40%; text-align: center;" |- ! Colour ! Code |- | XCOM 2 UI Cyan | style="background-color:#83c0c1;" | #83c0c1; |- | XCOM 2 UI Purple || sty...")
 
m
Line 1: Line 1:
 +
Palette Generation : http://palettefx.com/beta/
 +
 
{| class="wikitable" style="width: 40%; text-align: center;"
 
{| class="wikitable" style="width: 40%; text-align: center;"
 +
|+ Standard Colours
 
|-
 
|-
! Colour
+
| style="vertical-align: center; background-color:#83c0c1;" {{!}} UI Cyan ( <code style="color:#black; background-color:#83c0c1;">#83c0c1;</code> )
! Code
+
 
 +
 
 +
| style="vertical-align: center; background-color:#bbb5e1;" {{!}} UI Purple ( <code style="color:#black; background-color:#bbb5e1;">#bbb5e1;</code> )
 +
 
 +
 
 +
| style="vertical-align: center; background-color:#4ca853;" {{!}} UI Green ( <code style="color:#black; background-color:#4ca853;">#4ca853;</code> )
 +
 
 +
 
 
|-
 
|-
| XCOM 2 UI Cyan
+
| {{PaletteRow|UI Light Grey|818181|white}}
| style="background-color:#83c0c1;" | #83c0c1;
+
| {{PaletteRow|UI Dark Grey|535152|white}}
 +
| {{PaletteRow|UI Black|000000|white}}
 
|-
 
|-
| XCOM 2 UI Purple || style="background-color:#bbb5e1;" | #bbb5e1;
+
|style="vertical-align: center; background-color:#{{{2|white}}};" | {{{1|Name}}} ( <code style="color:#{{{3|black}}}; background-color:#{{{2|white}}};">#{{{2|white}}};</code> )
|-
+
|<br><br><br>
| XCOM 2 UI Green || style="background-color:#4ca853;" | #4ca853;
+
|
|-
 
| XCOM 2 UI Light Grey || style="background-color:#818181; color: white;" | #818181;
 
|-
 
| XCOM 2 UI Dark Grey || style="background-color:#535152; color: white;" | #535152;
 
|-
 
| XCOM 2 UI Black || style="background-color:black; color: white;" | black
 
 
|}
 
|}
  
 
Note to self: Make a template for these palettes.
 
Note to self: Make a template for these palettes.

Revision as of 09:19, 3 February 2017

Palette Generation : http://palettefx.com/beta/

Standard Colours
UI Cyan ( #83c0c1; )


UI Purple ( #bbb5e1; )


UI Green ( #4ca853; )


UI Light Grey ( 818181; ) UI Dark Grey ( 535152; ) UI Black ( 000000; )
Name ( #white; )


Note to self: Make a template for these palettes.