Autumn Orange Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Autumn Orange palette

Condividi questa palette a:

tavolozza dei colori Autumn Orange CSS

/* CSS */
.color-1 {
color: #d76e1d;
}
.color-2 {
color: #e1b36b;
}
.color-3 {
color: #c2a72e;
}
.color-4 {
color: #905f3c;
}
.color-5 {
color: #7b3c24;
}

/* CSS Variables */
:root {
--color-1: #d76e1d;
--color-2: #e1b36b;
--color-3: #c2a72e;
--color-4: #905f3c;
--color-5: #7b3c24;
}

CSS con gradiente di sfondo Autumn Orange

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d76e1d, #e1b36b, #c2a72e, #905f3c, #7b3c24);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d76e1d, #e1b36b, #c2a72e, #905f3c, #7b3c24);
}

Autumn Orange color palette created on .