Shades of Black カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Black palette
Shades of Black カラーパレット CSS
/* CSS */
.color-1 {
color: #292f33;
}
.color-2 {
color: #49545a;
}
.color-3 {
color: #6d767e;
}
.color-4 {
color: #b0b3b5;
}
.color-5 {
color: #eaedf0;
}
/* CSS Variables */
:root {
--color-1: #292f33;
--color-2: #49545a;
--color-3: #6d767e;
--color-4: #b0b3b5;
--color-5: #eaedf0;
}
Shades of Black の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #292f33, #49545a, #6d767e, #b0b3b5, #eaedf0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #292f33, #49545a, #6d767e, #b0b3b5, #eaedf0);
}
似たようなカラーパレット
Shades of Black color palette created on .