Shades of Obsidian カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Obsidian palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Shades of Obsidian カラーパレット (PNG) をダウンロード
Shades of Obsidian カラーパレット CSS
/* CSS */
.color-1 {
color: #000000;
}
.color-2 {
color: #1c1c1c;
}
.color-3 {
color: #383838;
}
.color-4 {
color: #575757;
}
.color-5 {
color: #a1a1a1;
}
/* CSS Variables */
:root {
--color-1: #000000;
--color-2: #1c1c1c;
--color-3: #383838;
--color-4: #575757;
--color-5: #a1a1a1;
}
Shades of Obsidian の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000, #1c1c1c, #383838, #575757, #a1a1a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000, #1c1c1c, #383838, #575757, #a1a1a1);
}
似たようなカラーパレット
Shades of Obsidian color palette created on .