Yanagi — 平安 — 春
柳色
やなぎいろ
#A0B860 春 平安
Description
春風にたなびく柳の葉の色。やわらかく揺れる柳の優美さを纏った黄緑は、平安の女性の装いにも好まれた典雅な色。
HEX#A0B860
RGBrgb(160, 184, 96)
HSLhsl(76deg 38% 55%)
現代UIでの使用例
UI Preview
Heading
日本の
伝統色
Japanese Traditional Color
コードスニペット
Code Snippets
CSS Variables
:root {
--color-yanagi: #A0B860;
--color-yanagi-accent: #A8C068;
--color-yanagi-light: #F0F6E8;
}bg-[#A0B860] /* 背景色 */
text-[#A0B860] /* テキスト色 */
border-[#A0B860] /* ボーダー */
bg-[#F0F6E8] text-[#A8C068] /* 淡背景バッジ */
.yanagi {
background-color: #A0B860;
}
.yanagi-accent {
background-color: #A8C068;
}
.yanagi-light {
background-color: #F0F6E8;
}
.text-yanagi {
color: #A0B860;
}HEX #A0B860
RGB rgb(160, 184, 96)
HSL hsl(76deg 38% 55%)
Accent
HEX #A8C068
Light
HEX #F0F6E8