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