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