////
/// @group settings/colours
////

/// Colour palette
///
/// @type Map
///
/// @prop $colour - Representation for the given $colour, where $colour is the
///   friendly name for the colour (e.g. "red": #ff0000);
///
/// @access public

$_ccs-palette: (
  "green": (
    "primary": #a6b808,
    "tint-25": #bcca46,
    "shade-50": #96a238,
    "shade-75": #4b511c
  ),
  "blue": (
    "primary": #699aff,
    "tint-25": #8fb3ff
  ),
  "yellow": (
    "primary": #ffc300,
    "tint-25": #ffd240,
  ),
  "claret": (
    "primary": #930047,
    "tint-25": #ae4075,
  ),
  "black": (
    "primary": #0b0c0c,
  )
) !default;
/*# sourceMappingURL=_colours-palette.scss.map */
