Muted Brown カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Muted Brown palette
Muted Brown カラーパレット CSS
/* CSS */
.color-1 {
color: #cfc5b4;
}
.color-2 {
color: #b4a89d;
}
.color-3 {
color: #8b7d6f;
}
.color-4 {
color: #6e5e4e;
}
.color-5 {
color: #4f4b4a;
}
/* CSS Variables */
:root {
--color-1: #cfc5b4;
--color-2: #b4a89d;
--color-3: #8b7d6f;
--color-4: #6e5e4e;
--color-5: #4f4b4a;
}
Muted Brown の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cfc5b4, #b4a89d, #8b7d6f, #6e5e4e, #4f4b4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cfc5b4, #b4a89d, #8b7d6f, #6e5e4e, #4f4b4a);
}
似たようなカラーパレット
下にスクロールして300+個のアーシーカラーパレットを探索しましょう
Muted Brown color palette created on .