/// Return a schema for a color value.
///
/// @group schema
///
/// @return {Map}
@function k-color-schema() {
  @return (
    type: 'color'
  );
}
