/*
Primary colors
*/

/*
Green Shades
*/
.text-green-1 {
	color: #2C9144;

}

.text-green-2 {
	color: #619F5E;

}
.text-green-3 {
	color: #87B180;

}
.text-green-4 {
	color: #ACC7A5;

}

.text-green-5 {
	color: #D3E0CE;

}

.bg-green-1 {
	background-color: #2C9144;

}

.bg-green-2 {
	background-color: #619F5E;

}
.bg-green-3 {
	background-color: #87B180;

}
.bg-green-4 {
	background-color: #ACC7A5;

}

.bg-green-5 {
	background-color: #D3E0CE;

}

/*
Gold Shades
*/
.text-gold-1 {
	color: #B4A269;

}

.text-gold-2 {
	color: #C1B280;

}
.text-gold-3 {
	color: #CFC19B;

}
.text-gold-4 {
	color: #DCD3B8;

}

.text-gold-5 {
	color: #EDE7D8;

}

.bg-gold-1 {
	background-color: #B4A269;

}

.bg-gold-2 {
	background-color: #C1B280;

}
.bg-gold-3 {
	background-color: #CFC19B;

}
.bg-gold-4 {
	background-color: #DCD3B8;

}

.bg-gold-5 {
	background-color: #EDE7D8;

}

/*
Black Shades
*/
.text-black-1 {
	color: #000000;

}

.text-black-2 {
	color: #57585A;

}
.text-black-3 {
	color: #808285;

}
.text-black-4 {
	color: #A8A9AD;

}

.text-black-5 {
	color: #D1D2D4;
}

.bg-black-1 {
	background-color: #000000;

}

.bg-black-2 {
	background-color: #57585A;

}
.bg-black-3 {
	background-color: #808285;

}
.bg-black-4 {
	background-color: #A8A9AD;

}

.bg-black-5 {
	background-color: #D1D2D4;
}


/*
Secondary (MOTIF) colours
*/
/*
Brown Shades
*/
.text-brown-1 {
	color: #6B4C24;

}

.text-brown-2 {
	color: #816440;

}
.text-brown-3 {
	color: #9B8163;

}
.text-brown-4 {
	color: #B5A38B;

}

.text-brown-5 {
	color: #D6CABD;
}

.bg-brown-1 {
	background-color: #6B4C24;

}

.bg-brown-2 {
	background-color: #816440;

}
.bg-brown-3 {
	background-color: #9B8163;

}
.bg-brown-4 {
	background-color: #B5A38B;

}

.bg-brown-5 {
	background-color: #D6CABD;
}

/*
Yellow Shades
*/
.text-yellow-1 {
	color: #E08F2A;

}

.text-yellow-2 {
	color: #E6A250;

}
.text-yellow-3 {
	color: #ECB677;

}
.text-yellow-4 {
	color: #F3CC9F;

}

.text-yellow-5 {
	color: #F8E3CA;
}

.bg-yellow-1 {
	background-color: #E08F2A;

}

.bg-yellow-2 {
	background-color: #E6A250;

}
.bg-yellow-3 {
	background-color: #ECB677;

}
.bg-yellow-4 {
	background-color: #F3CC9F;

}

.bg-yellow-5 {
	background-color: #F8E3CA;
}


/*
Orange Shades
*/
.text-orange-1 {
	color: #C45B39;

}

.text-orange-2 {
	color: #CF7857;

}
.text-orange-3 {
	color: #D89576;

}
.text-orange-4 {
	color: #E5B49C;

}

.text-orange-5 {
	color: #F1D6C7;
}

.bg-orange-1 {
	background-color: #C45B39;

}

.bg-orange-2 {
	background-color: #CF7857;

}
.bg-orange-3 {
	background-color: #D89576;

}
.bg-orange-4 {
	background-color: #E5B49C;

}

.bg-orange-5 {
	background-color: #F1D6C7;
}


/*
Red Shades
*/
.text-red-1 {
	color: #782C2D;

}

.text-red-2 {
	color: #8C4C46;

}
.text-red-3 {
	color: #A36E66;

}
.text-red-4 {
	color: #BC958D;

}

.text-red-5 {
	color: #DAC4BD;
}

.bg-red-1 {
	background-color: #782C2D;

}

.bg-red-2 {
	background-color: #8C4C46;

}
.bg-red-3 {
	background-color: #A36E66;

}
.bg-red-4 {
	background-color: #BC958D;

}

.bg-red-5 {
	background-color: #DAC4BD;
}

/*
Dark green Shades
*/
.text-dark-green-1 {
	color: #4B5430;

}

.text-dark-green-2 {
	color: #626F47;

}
.text-dark-green-3 {
	color: #808969;

}
.text-dark-green-4 {
	color: #A3A790;

}

.text-dark-green-5 {
	color: #CCCDBF;
}

.bg-dark-green-1 {
	background-color: #4B5430;

}

.bg-dark-green-2 {
	background-color: #626F47;

}
.bg-dark-green-3 {
	background-color: #808969;

}
.bg-dark-green-4 {
	background-color: #A3A790;

}

.bg-dark-green-5 {
	background-color: #CCCDBF;
}

