Fire Metal Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Fire Metal palette
Fire Metal color palette PNG image
Fire Metal color palette CSS
/* CSS */
.color-1 {
color: #b24b1f;
}
.color-2 {
color: #e86830;
}
.color-3 {
color: #f1a35b;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #d6a024;
}
/* CSS Variables */
:root {
--color-1: #b24b1f;
--color-2: #e86830;
--color-3: #f1a35b;
--color-4: #f1c84b;
--color-5: #d6a024;
}
Fire Metal background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b24b1f, #e86830, #f1a35b, #f1c84b, #d6a024);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b24b1f, #e86830, #f1a35b, #f1c84b, #d6a024);
}
Similar color palettes
Scroll down to explore 2 Fire color palettes
Fire Metal color palette created on .