Rustic Gun Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Rustic Gun palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Rustic Gun

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

tavolozza dei colori Rustic Gun CSS

/* 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 con gradiente di sfondo 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 .