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