Brown Shades カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Brown Shades palette
Brown Shades カラーパレット (PNG) をダウンロード
Brown Shades カラーパレット CSS
/* CSS */
.color-1 {
color: #f1b74b;
}
.color-2 {
color: #c5a449;
}
.color-3 {
color: #9f6c3c;
}
.color-4 {
color: #794c39;
}
.color-5 {
color: #4e2b27;
}
/* CSS Variables */
:root {
--color-1: #f1b74b;
--color-2: #c5a449;
--color-3: #9f6c3c;
--color-4: #794c39;
--color-5: #4e2b27;
}
Brown Shades の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1b74b, #c5a449, #9f6c3c, #794c39, #4e2b27);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1b74b, #c5a449, #9f6c3c, #794c39, #4e2b27);
}
似たようなカラーパレット
Brown Shades color palette created on .