Harvest Golds and Rusts Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Harvest Golds and Rusts palette

Condividi questa palette a:

tavolozza dei colori Harvest Golds and Rusts CSS

/* CSS */
.color-1 {
color: #d0a24e;
}
.color-2 {
color: #b66d3a;
}
.color-3 {
color: #a55d3b;
}
.color-4 {
color: #8b492d;
}
.color-5 {
color: #603b1a;
}

/* CSS Variables */
:root {
--color-1: #d0a24e;
--color-2: #b66d3a;
--color-3: #a55d3b;
--color-4: #8b492d;
--color-5: #603b1a;
}

CSS con gradiente di sfondo Harvest Golds and Rusts

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d0a24e, #b66d3a, #a55d3b, #8b492d, #603b1a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d0a24e, #b66d3a, #a55d3b, #8b492d, #603b1a);
}

Harvest Golds and Rusts color palette created on .