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