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