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