Sands of Survival カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Sands of Survival palette
Sands of Survival カラーパレット CSS
/* CSS */
.color-1 {
color: #d6c88a;
}
.color-2 {
color: #afa46e;
}
.color-3 {
color: #8c885a;
}
.color-4 {
color: #605c4d;
}
.color-5 {
color: #3b3b3b;
}
/* CSS Variables */
:root {
--color-1: #d6c88a;
--color-2: #afa46e;
--color-3: #8c885a;
--color-4: #605c4d;
--color-5: #3b3b3b;
}
Sands of Survival の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6c88a, #afa46e, #8c885a, #605c4d, #3b3b3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6c88a, #afa46e, #8c885a, #605c4d, #3b3b3b);
}
似たようなカラーパレット
下にスクロールして300+個のアーシーカラーパレットを探索しましょう
Sands of Survival color palette created on .