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