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