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