.shade-list {
	padding: 8px 16px;
	height: 530px;
}
.colour {
	width: 100%;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 0 8px;
	border-radius: 4px;
	cursor: pointer;
	position: relative;
	box-sizing: border-box;
}

.colour > span {
	font-size: 12px;
}

.colour > span.hex {
	position: absolute;
	right: 8px;
}