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