Brown Shades カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Brown Shades palette
Brown Shades カラーパレット CSS
/* CSS */
.color-1 {
color: #d5c7af;
}
.color-2 {
color: #a49c89;
}
.color-3 {
color: #6e5b4e;
}
.color-4 {
color: #c1815c;
}
.color-5 {
color: #794939;
}
/* CSS Variables */
:root {
--color-1: #d5c7af;
--color-2: #a49c89;
--color-3: #6e5b4e;
--color-4: #c1815c;
--color-5: #794939;
}
Brown Shades の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5c7af, #a49c89, #6e5b4e, #c1815c, #794939);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5c7af, #a49c89, #6e5b4e, #c1815c, #794939);
}
似たようなカラーパレット
下にスクロールして500+個のアーシーカラーパレットを探索しましょう
Brown Shades color palette created on .