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