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