Flametail Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Flametail palette
Download Flametail Color Palette (PNG)
Flametail color palette CSS
/* CSS */
.color-1 {
color: #ff6d2e;
}
.color-2 {
color: #ff8e3d;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #ffd65c;
}
.color-5 {
color: #fff0a3;
}
/* CSS Variables */
:root {
--color-1: #ff6d2e;
--color-2: #ff8e3d;
--color-3: #ffb84d;
--color-4: #ffd65c;
--color-5: #fff0a3;
}
Flametail background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d2e, #ff8e3d, #ffb84d, #ffd65c, #fff0a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d2e, #ff8e3d, #ffb84d, #ffd65c, #fff0a3);
}
Similar color palettes
Flametail color palette created on .