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