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