Orange Campfire Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Orange Campfire palette

Share this palette to:

Download Orange Campfire Color Palette (PNG)

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

Orange Campfire color palette CSS

/* 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;
}

Orange Campfire background gradient CSS

/* 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 .