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