Maple Blaze Color Palette
Discover the beautiful Maple Blaze color palette featuring well read (#b23b2e), punch (#d64b24), tango (#f47b1f), tan hide (#f9a64e) and new orleans (#f3c9a5).
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 Maple Blaze palette
💻 Maple Blaze color palette CSS
/* CSS */
.color-1 {
color: #b23b2e;
}
.color-2 {
color: #d64b24;
}
.color-3 {
color: #f47b1f;
}
.color-4 {
color: #f9a64e;
}
.color-5 {
color: #f3c9a5;
}
/* CSS Variables */
:root {
--color-1: #b23b2e;
--color-2: #d64b24;
--color-3: #f47b1f;
--color-4: #f9a64e;
--color-5: #f3c9a5;
} 🌈 Maple Blaze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b23b2e, #d64b24, #f47b1f, #f9a64e, #f3c9a5);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b23b2e, #d64b24, #f47b1f, #f9a64e, #f3c9a5);
} 🔗 Explore similar color palettes
Maple Blaze color palette created on .