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