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