Shikkoku — 飛鳥奈良 — 通年
漆黒
しっこく
#0C0C0C 通年 飛鳥奈良
Description
漆塗りのような深く光沢ある黒。すべての色を吞み込むような絶対的な黒で、漆器文化が生んだ日本の美の極致。
HEX#0C0C0C
RGBrgb(12, 12, 12)
HSLhsl(0deg 0% 5%)
現代UIでの使用例
UI Preview
Heading
日本の
伝統色
Japanese Traditional Color
コードスニペット
Code Snippets
CSS Variables
:root {
--color-shikkoku: #0C0C0C;
--color-shikkoku-accent: #121212;
--color-shikkoku-light: #E8E8E8;
}bg-[#0C0C0C] /* 背景色 */
text-[#0C0C0C] /* テキスト色 */
border-[#0C0C0C] /* ボーダー */
bg-[#E8E8E8] text-[#121212] /* 淡背景バッジ */
.shikkoku {
background-color: #0C0C0C;
}
.shikkoku-accent {
background-color: #121212;
}
.shikkoku-light {
background-color: #E8E8E8;
}
.text-shikkoku {
color: #0C0C0C;
}HEX #0C0C0C
RGB rgb(12, 12, 12)
HSL hsl(0deg 0% 5%)
Accent
HEX #121212
Light
HEX #E8E8E8