Shades of Obsidian カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Obsidian palette
Shades of Obsidian カラーパレット CSS
/* CSS */
.color-1 {
color: #3b3f3f;
}
.color-2 {
color: #595f5f;
}
.color-3 {
color: #7a7f7f;
}
.color-4 {
color: #9fa3a3;
}
.color-5 {
color: #c1c3c3;
}
/* CSS Variables */
:root {
--color-1: #3b3f3f;
--color-2: #595f5f;
--color-3: #7a7f7f;
--color-4: #9fa3a3;
--color-5: #c1c3c3;
}
Shades of Obsidian の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b3f3f, #595f5f, #7a7f7f, #9fa3a3, #c1c3c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b3f3f, #595f5f, #7a7f7f, #9fa3a3, #c1c3c3);
}
似たようなカラーパレット
下にスクロールして100+個のダークカラーパレットを探索しましょう
Shades of Obsidian color palette created on .