export const CharacterColor = ({ color }: { color: string }) => { return (

{color}

); };