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: #c77d3d;
}
.color-2 {
color: #b85c2e;
}
.color-3 {
color: #aa4e3c;
}
.color-4 {
color: #c75b3d;
}
.color-5 {
color: #e6a35b;
}

/* CSS Variables */
:root {
--color-1: #c77d3d;
--color-2: #b85c2e;
--color-3: #aa4e3c;
--color-4: #c75b3d;
--color-5: #e6a35b;
}

CSS con gradiente di sfondo Autumn Orange

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c77d3d, #b85c2e, #aa4e3c, #c75b3d, #e6a35b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c77d3d, #b85c2e, #aa4e3c, #c75b3d, #e6a35b);
}

Autumn Orange color palette created on .