Burnt Orange Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Burnt Orange palette

Condividi questa palette a:

tavolozza dei colori Burnt Orange CSS

/* CSS */
.color-1 {
color: #d86c31;
}
.color-2 {
color: #c54a2b;
}
.color-3 {
color: #a62d2b;
}
.color-4 {
color: #6d1c1f;
}
.color-5 {
color: #3c1618;
}

/* CSS Variables */
:root {
--color-1: #d86c31;
--color-2: #c54a2b;
--color-3: #a62d2b;
--color-4: #6d1c1f;
--color-5: #3c1618;
}

CSS con gradiente di sfondo Burnt Orange

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d86c31, #c54a2b, #a62d2b, #6d1c1f, #3c1618);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d86c31, #c54a2b, #a62d2b, #6d1c1f, #3c1618);
}

Burnt Orange color palette created on .