<script>
	export let color;
	export let x;
	export let y;
</script>

<div style='color: {color}; transform: translate({x}px,{y}px);'></div>