Rustic Elegance Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Rustic Elegance palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Rustic Elegance

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

tavolozza dei colori Rustic Elegance CSS

/* CSS */
.color-1 {
color: #6a292e;
}
.color-2 {
color: #2d496c;
}
.color-3 {
color: #bfaf8d;
}
.color-4 {
color: #7a9b6f;
}
.color-5 {
color: #4b8c4a;
}

/* CSS Variables */
:root {
--color-1: #6a292e;
--color-2: #2d496c;
--color-3: #bfaf8d;
--color-4: #7a9b6f;
--color-5: #4b8c4a;
}

CSS con gradiente di sfondo Rustic Elegance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a292e, #2d496c, #bfaf8d, #7a9b6f, #4b8c4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a292e, #2d496c, #bfaf8d, #7a9b6f, #4b8c4a);
}

Rustic Elegance color palette created on .