Rustic Foxfire Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Rustic Foxfire palette

Condividi questa palette a:

tavolozza dei colori Rustic Foxfire CSS

/* CSS */
.color-1 {
color: #d16623;
}
.color-2 {
color: #e89a3b;
}
.color-3 {
color: #f0cca8;
}
.color-4 {
color: #a14d3a;
}
.color-5 {
color: #7a1f1f;
}

/* CSS Variables */
:root {
--color-1: #d16623;
--color-2: #e89a3b;
--color-3: #f0cca8;
--color-4: #a14d3a;
--color-5: #7a1f1f;
}

CSS con gradiente di sfondo Rustic Foxfire

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d16623, #e89a3b, #f0cca8, #a14d3a, #7a1f1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d16623, #e89a3b, #f0cca8, #a14d3a, #7a1f1f);
}

Rustic Foxfire color palette created on .