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