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