
uix-color-wheel   .wrapper svg {
  }
  
uix-color-wheel   .wrap {
	max-width: 900px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	
  }
  
uix-color-wheel   .title {
	font-family: sans-serif;
	line-height: 24px;
	display: block;
	padding: 8px 0;
  }
  
uix-color-wheel   .readout {
	margin-top: 32px;
	line-height: 180%;
  }
  
uix-color-wheel   #values {
   font-family: monospace;
	line-height: 150%;
  }
  
uix-color-wheel   .link {
	margin-top: 16px;
	
	a {
	  color: MediumSlateBlue;
	}
  }