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