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: #1a1a1a;
}
.color-2 {
color: #4d4d4d;
}
.color-3 {
color: #8c8c8c;
}
.color-4 {
color: #b3b3b3;
}
.color-5 {
color: #e0e0e0;
}
/* CSS Variables */
:root {
--color-1: #1a1a1a;
--color-2: #4d4d4d;
--color-3: #8c8c8c;
--color-4: #b3b3b3;
--color-5: #e0e0e0;
}
Shades of Black の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1a1a, #4d4d4d, #8c8c8c, #b3b3b3, #e0e0e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1a1a, #4d4d4d, #8c8c8c, #b3b3b3, #e0e0e0);
}
似たようなカラーパレット
Shades of Black color palette created on .