Edo Cha — 江戸 — 秋
江戸茶
えどちゃ
#A04030 秋 江戸
Description
江戸時代に流行した赤みの強い茶色。歌舞伎役者・市川団十郎が好んだ色としても有名で、江戸の粋を象徴する色。
HEX#A04030
RGBrgb(160, 64, 48)
HSLhsl(9deg 54% 41%)
現代UIでの使用例
UI Preview
Heading
日本の
伝統色
Japanese Traditional Color
コードスニペット
Code Snippets
CSS Variables
:root {
--color-edo-cha: #A04030;
--color-edo-cha-accent: #A84838;
--color-edo-cha-light: #F8ECEA;
}bg-[#A04030] /* 背景色 */
text-[#A04030] /* テキスト色 */
border-[#A04030] /* ボーダー */
bg-[#F8ECEA] text-[#A84838] /* 淡背景バッジ */
.edo-cha {
background-color: #A04030;
}
.edo-cha-accent {
background-color: #A84838;
}
.edo-cha-light {
background-color: #F8ECEA;
}
.text-edo-cha {
color: #A04030;
}HEX #A04030
RGB rgb(160, 64, 48)
HSL hsl(9deg 54% 41%)
Accent
HEX #A84838
Light
HEX #F8ECEA