weirdboi_bevy_colour 0.4.0

Colour palettes for Bevy, with macros for compile-time palette definitions.
Documentation
use macros::palette;

palette!(NannerPancakes {
  "mint_ice": (0.627, 0.867, 0.827),
  "seafoam": (0.435, 0.690, 0.718),
  "steel_blue": (0.341, 0.498, 0.616),
  "indigo_sky": (0.290, 0.341, 0.525),
  "twilight": (0.243, 0.231, 0.400),
  "plum_shadow": (0.224, 0.161, 0.271),
  "midnight_mauve": (0.176, 0.118, 0.184),
  "charred_rose": (0.271, 0.180, 0.247),
  "smoky_pink": (0.365, 0.271, 0.314),
  "dusty_rose": (0.482, 0.384, 0.408),
  "soft_cocoa": (0.612, 0.502, 0.494),
  "warm_taupe": (0.765, 0.655, 0.612),
  "linen": (0.859, 0.788, 0.706),
  "peach_cream": (0.988, 0.925, 0.820),
  "fresh_sage": (0.667, 0.847, 0.584),
  "leaf_green": (0.392, 0.690, 0.510),
  "teal_mist": (0.282, 0.533, 0.522),
  "stormy_blue": (0.247, 0.357, 0.455),
  "desert_sand": (0.922, 0.784, 0.655),
  "clay_blush": (0.827, 0.627, 0.518),
  "burnt_sienna": (0.722, 0.494, 0.424),
  "warm_rust": (0.561, 0.322, 0.322),
  "mulberry": (0.416, 0.224, 0.282),
  "blush_red": (0.773, 0.498, 0.475),
  "rosewood": (0.671, 0.349, 0.490),
  "vintage_plum": (0.486, 0.239, 0.392),
  "blackberry": (0.306, 0.169, 0.271),
  "cranberry": (0.478, 0.231, 0.310),
  "brick_red": (0.663, 0.294, 0.329),
  "coral_punch": (0.847, 0.447, 0.369),
  "sunset_peach": (0.941, 0.624, 0.443),
  "butterscotch": (0.969, 0.812, 0.569),
});