Fire Fox Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Fire Fox palette
Fire Fox color palette PNG image
Fire Fox color palette CSS
/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ff8b42;
}
.color-3 {
color: #ffab66;
}
.color-4 {
color: #ffd6a3;
}
.color-5 {
color: #ffb67a;
}
/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ff8b42;
--color-3: #ffab66;
--color-4: #ffd6a3;
--color-5: #ffb67a;
}
Fire Fox background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ff8b42, #ffab66, #ffd6a3, #ffb67a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ff8b42, #ffab66, #ffd6a3, #ffb67a);
}
Similar color palettes
Fire Fox color palette created on .