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