Tale of the Sniper Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tale of the Sniper palette

Share this palette to:

Tale of the Sniper color palette 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 background gradient 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 .