﻿/*
色コードは
　日本の伝統色 和色大辞典 - Japanese Traditional Color Names <http://www.colordic.org/w/>
を参考にしました。
*/

textColorObj =[
	{
		name:"紫",
		backgroundColor:"#e7e7eb", //背景色
		strongbackgroundColor:"#a6a5c4", //強調背景色
		strongColor:"white",
		color:"black"//文字
	},
	{
		name:"銀",
		color:"white",
		backgroundColor:"#afafb0",
		strongColor:"white",
		strongbackgroundColor:"#7b7c7d"
	},
	{
		name:"金",
		color:"black",
		backgroundColor:"#f2f2b0",
		strongColor:"black",
		strongbackgroundColor:"#f8e58c"
	},
	{
		name:"緑",
		backgroundColor:"#d6e9ca",
		strongbackgroundColor:"#93ca76",
		strongColor:"white",
		color:"black"
	},
	{
		name:"青",
		color:"black",
		backgroundColor:"#eaf4fc",
		strongColor:"white",
		strongbackgroundColor:"#0094c8"
	},
	{
		name:"赤",
		color:"black",
		backgroundColor:"#eebbcb",
		strongColor:"white",
		strongbackgroundColor:"#c97586"
	},
	{
		name:"桃",
		color:"black",
		backgroundColor:"#fdeff2",
		strongColor:"black",
		strongbackgroundColor:"#f6bfbc"
	},
	{
		name:"白",
		color:"black",
		backgroundColor:"white",
		strongColor:"black",
		strongbackgroundColor:"#f3f3f2"
	}
];