Rustic Knives Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Rustic Knives palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Rustic Knives

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

tavolozza dei colori Rustic Knives CSS

/* CSS */
.color-1 {
color: #5b3c2a;
}
.color-2 {
color: #8b5c4b;
}
.color-3 {
color: #c9b89c;
}
.color-4 {
color: #e3d1c0;
}
.color-5 {
color: #f2f2f2;
}

/* CSS Variables */
:root {
--color-1: #5b3c2a;
--color-2: #8b5c4b;
--color-3: #c9b89c;
--color-4: #e3d1c0;
--color-5: #f2f2f2;
}

CSS con gradiente di sfondo Rustic Knives

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b3c2a, #8b5c4b, #c9b89c, #e3d1c0, #f2f2f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b3c2a, #8b5c4b, #c9b89c, #e3d1c0, #f2f2f2);
}

Rustic Knives color palette created on .