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