//Solid
$color-black: #000;
$color-light-gray: #f9f9f9;
$color-red: #d8000c;
$color-sub-dark-gray: #d4d4d4;
$color-sub-gray: #e5e5e5;
$color-sub-light-gray: #eee;
$color-white: #fff;
$color-wp-dark-gray: #333;
$color-wp-gray: #666;

$color-schemes:
(
	// Built-in
	'fresh': #0073aa,
	'light': #888,
	'blue': #096484,
	'coffee': #c7a589,
	'ectoplasm': #a3b745,
	'midnight': #e14d43,
	'ocean': #9ebaa0,
	'sunrise': #dd823b,
	
	//Admin Color Schemes
	'80s-kid': #ed5793,
	'aubergine': #da9b49,
	'cruise': #8bbc9f,
	'flat': #1abc9c,
	'lawn': #a7b145,
	'primary': #d8b230,
	'seashore': #456a7f,
	'vineyard': #dcb034,
	
	//bbPress
	'bbp-evergreen': #56b274,
	'bbp-mint': #4f6d59,
	
	//GoDaddy
	'godaddy': #008a32
);

//Calculated
$color-faucet-hover: rgba($color-white, 0.25);
