Paleta de colores Tale of the Sniper

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Tale of the Sniper palette

Compartir esta paleta en:

CSS de la paleta de colores Tale of the Sniper

/* 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;
}

CSS del degradado de fondo Tale of the Sniper

/* 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 .