Matsuba — 江戸 — 通年
松葉色
まつばいろ
#487830 通年 江戸
Description
松の葉の色。常緑の松は長寿と不老を象徴し、その葉の色は安定感と格調を持つ渋い緑として広く愛されてきた。
HEX#487830
RGBrgb(72, 120, 48)
HSLhsl(100deg 43% 33%)
現代UIでの使用例
UI Preview
Heading
日本の
伝統色
Japanese Traditional Color
コードスニペット
Code Snippets
CSS Variables
:root {
--color-matsuba: #487830;
--color-matsuba-accent: #508038;
--color-matsuba-light: #EEF4E8;
}bg-[#487830] /* 背景色 */
text-[#487830] /* テキスト色 */
border-[#487830] /* ボーダー */
bg-[#EEF4E8] text-[#508038] /* 淡背景バッジ */
.matsuba {
background-color: #487830;
}
.matsuba-accent {
background-color: #508038;
}
.matsuba-light {
background-color: #EEF4E8;
}
.text-matsuba {
color: #487830;
}HEX #487830
RGB rgb(72, 120, 48)
HSL hsl(100deg 43% 33%)
Accent
HEX #508038
Light
HEX #EEF4E8