Fire Color Palette
Discover the beautiful Fire color palette featuring fire bush (#e38539), anzac (#e4a246), porsche (#e8b55d), rob roy (#ebc671) and chalky (#efd791).
Brightness
Saturation
Warmth
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
UI Examples
Explore beautiful UI components with Fire palette
๐ป Fire color palette CSS
/* CSS */
.color-1 {
color: #e38539;
}
.color-2 {
color: #e4a246;
}
.color-3 {
color: #e8b55d;
}
.color-4 {
color: #ebc671;
}
.color-5 {
color: #efd791;
}
/* CSS Variables */
:root {
--color-1: #e38539;
--color-2: #e4a246;
--color-3: #e8b55d;
--color-4: #ebc671;
--color-5: #efd791;
} ๐ Fire background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e38539, #e4a246, #e8b55d, #ebc671, #efd791);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e38539, #e4a246, #e8b55d, #ebc671, #efd791);
} ๐ Explore similar color palettes
Fire color palette created on .