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