.warna {
  width: 250px;
  height: 80px;
  margin: 5px;
  box-shadow: 1px 1px 5px #888888;
	display: table-cell;
    vertical-align: middle;
}
.warna > span{
	font-weight: bold;
	font-size: 18px;
	text-shadow: 0px 0px 2px #ffffff;
}
.NULL{
	background: #e0ebeb;	
}

.ABSLM { /*alabaster silver metallic*/
  background: #e0ebeb;
}

.ATYLL{ /*attract yellow pearl*/
	background: #e6e600;
}
.NASGM{ /*aztec green pearl mettalic*/
	background: #00b3b3;
}

.R530P{ /*basque red pearl*/
	background: #802b00;
}

.NBRGM{ /*bernina green metallic*/
	background: #00e600;
}