﻿/* PURPLE */
.purple0
{
	background-color: #d4d2e9;
	color: Black;
}
.purple1
{
	background-color: #bbb5da;
	color: Black;
}
.purple2
{
	background-color: #aca2d6;
	color: Black;
}
.purple3
{
	background-color: #9c8bc9;
	color: White;
}
.purple4
{
	background-color: #896eb0;
	color: White;
}
.purple5
{
	background-color: #775a92;
	color: White;
}
/* BLACK */
.black0
{
	background-color: #cdcdcd;
	color: Black;
}
.black1
{
	background-color: #919191;
	color: Black;
}
.black2
{
	background-color: #6d6e71;
	color: White;
}
.black3
{
	background-color: #585858;
	color: White;
}
.black4
{
	background-color: #333333;
	color: White;
}
.black5
{
	background-color: #000000;
	color: White;
}
/* BLUE */
.blue0
{
	background-color: #9bb7e0;
	color: Black;
}
.blue1
{
	background-color: #78a1d6;
	color: Black;
}
.blue2
{
	background-color: #6697d1;
	color: White;
}
.blue3
{
	background-color: #528ecb;
	color: White;
}
.blue4
{
	background-color: #2e6aa7;
	color: White;
}
.blue5
{
	background-color: #26588a;
	color: White;
}
/* TURQUOISE */
.turquoise0
{
	background-color: #a6e1f5;
	color: Black;
}
.turquoise1
{
	background-color: #91daf3;
	color: Black;
}
.turquoise2
{
	background-color: #68ceee;
	color: Black;
}
.turquoise3
{
	background-color: #26bae3;
	color: White;
}
.turquoise4
{
	background-color: #00a4dd;
	color: White;
}
.turquoise5
{
	background-color: #0092c1;
	color: White;
}
/* ORANGE */
.orange0
{
	background-color: #fccfb4;
	color: Black;
}
.orange1
{
	background-color: #fbbc97;
	color: Black;
}
.orange2
{
	background-color: #f89e6d;
	color: Black;
}
.orange3
{
	background-color: #f48145;
	color: White;
}
.orange4
{
	background-color: #ff6f0f;
	color: White;
}
.orange5
{
	background-color: #ff6600;
	color: White;
}
/* RED */
.red0
{
	background-color: #FF7B7B;
	color: Black;
}
.red1
{
	background-color: #FF5151;
	color: Black;
}
.red2
{
	background-color: #FF1515;
	color: White;
}
.red3
{
	background-color: #EA0000;
	color: White;
}
.red4
{
	background-color: #C60000;
	color: White;
}
/* GREEN */
.green0
{
	background-color: #66FF66;
	color: Black;
}
.green1
{
	background-color: #66FF33;
	color: Black;
}
.green2
{
	background-color: #00FF00;
	color: White;
}
.green3
{
	background-color: #33CC33;
	color: White;
}
.green4
{
	background-color: #00CC00;
	color: White;
}
.green5
{
	background-color: #009933;
	color: White;
}