Color palette: Difference between revisions

From Fancade Wiki
(Fixed an issue)
Tags: Mobile edit Mobile web edit Advanced mobile edit
(Add to appropriate category and rework article)
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
[[File:fancade-palette.png|200px|thumb|left|Fancade's official color palette]]
The '''color palette''' serves as a set of default colors for painting surface areas of [[custom block]]s.


The '''Fancade Palette''' serves as a set of default colors for level design, terrain, models, and UI elements in a Fancade game, cementing a consistent voxel-art style across all games.
== Color palette ==


== Overview ==
[[File:fancade-palette.png|300px|thumb|center|Fancade's official color palette]]
Fancade provides a limited but well-balanced palette of solid colors. These include:
* Grays and blacks for neutral tones
* Primary colors like red, green, and blue
* Bright and soft variants of each


The palette is fixed and shared across all users, helping maintain visual consistency throughout the platform.
There are currently 33 colors from 11 columns and 3 rows. The table displays the corresponding hex colors.


== Usage ==
<div style="width: 100%; overflow-x: auto">
The palette is used in:
{| class="wikitable" style="margin: auto"
* **Blocks/Models** – Color individual voxels in the [[Model Editor]]
| #E79F9D || #FFF9F7 || #BA92FF || #FFC4F4 || #FFA4A4 || #FFB389 || #FFFF81 || #BBFF72 || #00C9FF || #FFFFFF ||  #696B7C
* **Terrain** – Paint environments and surfaces
|-
* **Blocks** – Color-coded for function or aesthetics
| #C57184 || #FFDFC8 || #9476E3 || #FF9ED9 || #FF4E6F || #FF7758 || #FFE200 || #45C952 || #0096FF || #C6C9D3 || #424252
|-
| #985660 || #FFBCAE || #6E58A9 || #F777B4 || #C73853 || #D15544 || #F0B300 || #008F50 || #0071E5 || #9699A9 ||  #1E1E28
|}
</div>


== Tips ==
== Tips ==
Line 22: Line 22:
* Test color combinations in-game to avoid visual clutter
* Test color combinations in-game to avoid visual clutter


== Related ==
[[Category:Build]]
* [[Block Editor]]
* [[Blocks]]
* [[Design Tips]]
 
[[Category:Game Making]]
[[Category:Design]]

Latest revision as of 09:54, 29 July 2025

The color palette serves as a set of default colors for painting surface areas of custom blocks.

Color palette

Fancade's official color palette

There are currently 33 colors from 11 columns and 3 rows. The table displays the corresponding hex colors.

#E79F9D #FFF9F7 #BA92FF #FFC4F4 #FFA4A4 #FFB389 #FFFF81 #BBFF72 #00C9FF #FFFFFF #696B7C
#C57184 #FFDFC8 #9476E3 #FF9ED9 #FF4E6F #FF7758 #FFE200 #45C952 #0096FF #C6C9D3 #424252
#985660 #FFBCAE #6E58A9 #F777B4 #C73853 #D15544 #F0B300 #008F50 #0071E5 #9699A9 #1E1E28

Tips

  • Use contrasting colors to improve visibility
  • Stick to similar tones for smoother visuals
  • Test color combinations in-game to avoid visual clutter