Eternal Sands of Duat カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Eternal Sands of Duat palette
Eternal Sands of Duat カラーパレット CSS
/* CSS */
.color-1 {
color: #f5a524;
}
.color-2 {
color: #d9b36d;
}
.color-3 {
color: #a75a2a;
}
.color-4 {
color: #893d1a;
}
.color-5 {
color: #1b1f22;
}
/* CSS Variables */
:root {
--color-1: #f5a524;
--color-2: #d9b36d;
--color-3: #a75a2a;
--color-4: #893d1a;
--color-5: #1b1f22;
}
Eternal Sands of Duat の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a524, #d9b36d, #a75a2a, #893d1a, #1b1f22);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a524, #d9b36d, #a75a2a, #893d1a, #1b1f22);
}
似たようなカラーパレット
Eternal Sands of Duat color palette created on .