Ebi — 平安 — 秋
葡萄色
えびいろ
#602858 秋 平安
Description
熟した葡萄のような深い赤紫色。平安時代に「海老色」とも書かれ、王朝貴族の装束に使われた渋く重厚な伝統色。
HEX#602858
RGBrgb(96, 40, 88)
HSLhsl(309deg 41% 27%)
現代UIでの使用例
UI Preview
Heading
日本の
伝統色
Japanese Traditional Color
コードスニペット
Code Snippets
CSS Variables
:root {
--color-ebi: #602858;
--color-ebi-accent: #6A3068;
--color-ebi-light: #F0E8F4;
}bg-[#602858] /* 背景色 */
text-[#602858] /* テキスト色 */
border-[#602858] /* ボーダー */
bg-[#F0E8F4] text-[#6A3068] /* 淡背景バッジ */
.ebi {
background-color: #602858;
}
.ebi-accent {
background-color: #6A3068;
}
.ebi-light {
background-color: #F0E8F4;
}
.text-ebi {
color: #602858;
}HEX #602858
RGB rgb(96, 40, 88)
HSL hsl(309deg 41% 27%)
Accent
HEX #6A3068
Light
HEX #F0E8F4