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