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