Paleta de colores Orange Campfire

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Orange Campfire palette

Compartir esta paleta en:

Descargar la paleta de colores Orange Campfire (PNG)

Download orange campfire color palette PNG image (landscape)
Download orange campfire color palette PNG image (square)

CSS de la paleta de colores Orange Campfire

/* CSS */
.color-1 {
color: #d75f19;
}
.color-2 {
color: #f1a65b;
}
.color-3 {
color: #f9d89a;
}
.color-4 {
color: #e3bea1;
}
.color-5 {
color: #ac6939;
}

/* CSS Variables */
:root {
--color-1: #d75f19;
--color-2: #f1a65b;
--color-3: #f9d89a;
--color-4: #e3bea1;
--color-5: #ac6939;
}

CSS del degradado de fondo Orange Campfire

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d75f19, #f1a65b, #f9d89a, #e3bea1, #ac6939);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d75f19, #f1a65b, #f9d89a, #e3bea1, #ac6939);
}

Orange Campfire color palette created on .