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