Susutake — 江戸 — 冬
煤竹色
すすたけいろ
#5C3820 冬 江戸
Description
囲炉裏の煤で燻された竹のような深い茶色。年月を経た素材の渋みを纏った色で、侘び茶の精神と深く結びつく。
HEX#5C3820
RGBrgb(92, 56, 32)
HSLhsl(24deg 48% 24%)
現代UIでの使用例
UI Preview
Heading
日本の
伝統色
Japanese Traditional Color
コードスニペット
Code Snippets
CSS Variables
:root {
--color-susutake: #5C3820;
--color-susutake-accent: #644028;
--color-susutake-light: #F0EAE4;
}bg-[#5C3820] /* 背景色 */
text-[#5C3820] /* テキスト色 */
border-[#5C3820] /* ボーダー */
bg-[#F0EAE4] text-[#644028] /* 淡背景バッジ */
.susutake {
background-color: #5C3820;
}
.susutake-accent {
background-color: #644028;
}
.susutake-light {
background-color: #F0EAE4;
}
.text-susutake {
color: #5C3820;
}HEX #5C3820
RGB rgb(92, 56, 32)
HSL hsl(24deg 48% 24%)
Accent
HEX #644028
Light
HEX #F0EAE4