Paleta de colores Burning Orange

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Burning Orange palette

Compartir esta paleta en:

CSS de la paleta de colores Burning Orange

/* CSS */
.color-1 {
color: #c77d3d;
}
.color-2 {
color: #d1a05c;
}
.color-3 {
color: #e6b55c;
}
.color-4 {
color: #a45d3d;
}
.color-5 {
color: #b85c2e;
}

/* CSS Variables */
:root {
--color-1: #c77d3d;
--color-2: #d1a05c;
--color-3: #e6b55c;
--color-4: #a45d3d;
--color-5: #b85c2e;
}

CSS del degradado de fondo Burning Orange

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

Burning Orange color palette created on .