Fiery Jade Color Palette
Discover the beautiful Fiery Jade color palette featuring di serria (#daa44e), burnt sienna (#e6694c), tacao (#f1a67e), celadon (#b8e6b3) and elm (#1f6f6d).
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 Fiery Jade palette
💻 Fiery Jade color palette CSS
/* CSS */
.color-1 {
color: #daa44e;
}
.color-2 {
color: #e6694c;
}
.color-3 {
color: #f1a67e;
}
.color-4 {
color: #b8e6b3;
}
.color-5 {
color: #1f6f6d;
}
/* CSS Variables */
:root {
--color-1: #daa44e;
--color-2: #e6694c;
--color-3: #f1a67e;
--color-4: #b8e6b3;
--color-5: #1f6f6d;
} 🌈 Fiery Jade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #daa44e, #e6694c, #f1a67e, #b8e6b3, #1f6f6d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #daa44e, #e6694c, #f1a67e, #b8e6b3, #1f6f6d);
} 🔗 Explore similar color palettes
Fiery Jade color palette created on .