
/* Blue */
.coll-blue{border-color:#408080;}
.coll-item.coll-blue .coll-item-name::before {
	background: #408080;
}
.coll-item.coll-blue:hover .coll-item-label,
.coll-item.coll-blue:focus .coll-item-label {
	color:#408080;
}

/* Red */
.coll-red{border-color:#ff5eae;}
.coll-item.coll-red .coll-item-name::before {
	background: #ff5eae;
}
.coll-item.coll-red:hover .coll-item-label,
.coll-item.coll-red:focus .coll-item-label {
	color:#ff5eae;
}

/* Green */
.coll-green{border-color:#3cbe1b;}
.coll-item.coll-green .coll-item-name::before {
	background: #3cbe1b;
}
.coll-item.coll-green:hover .coll-item-label,
.coll-item.coll-green:focus .coll-item-label {
	color:#3cbe1b;
}

/* Purple */
.coll-purple{border-color:#b164ff;}
.coll-item.coll-purple .coll-item-name::before {
	background: #b164ff;
}
.coll-item.coll-purple:hover .coll-item-label,
.coll-item.coll-purple:focus .coll-item-label {
	color:#b164ff;
}

/* Brown */
.coll-brown{border-color:#ae5e5e;}
.coll-item.coll-brown .coll-item-name::before {
	background: #ae5e5e;
}
.coll-item.coll-brown:hover .coll-item-label,
.coll-item.coll-brown:focus .coll-item-label {
	color:#ae5e5e;
}

/* Orange */
.coll-orange{border-color:#ff8040;}
.coll-item.coll-orange .coll-item-name::before {
	background: #ff8040;
}
.coll-item.coll-orange:hover .coll-item-label,
.coll-item.coll-orange:focus .coll-item-label {
	color:#ff8040;
}
