Paleta de colores Rustic Gun

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Rustic Gun palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Rustic Gun

Download rustic gun color palette PNG image (landscape)
Download rustic gun color palette PNG image (square)

CSS de la paleta de colores Rustic Gun

/* CSS */
.color-1 {
color: #4c3e3e;
}
.color-2 {
color: #7a4d4d;
}
.color-3 {
color: #a87171;
}
.color-4 {
color: #d7a7a7;
}
.color-5 {
color: #f1c6c6;
}

/* CSS Variables */
:root {
--color-1: #4c3e3e;
--color-2: #7a4d4d;
--color-3: #a87171;
--color-4: #d7a7a7;
--color-5: #f1c6c6;
}

CSS del degradado de fondo Rustic Gun

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3e3e, #7a4d4d, #a87171, #d7a7a7, #f1c6c6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3e3e, #7a4d4d, #a87171, #d7a7a7, #f1c6c6);
}

Rustic Gun color palette created on .