Heroic Ember Color Palette
Discover the beautiful Heroic Ember color palette featuring buttercup (#f3b91b), gamboge (#f0a10f), brandy punch (#da8925), tuscany (#c8702d) and paarl (#b1532b).
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 Heroic Ember palette
๐ป Heroic Ember color palette CSS
/* CSS */
.color-1 {
color: #f3b91b;
}
.color-2 {
color: #f0a10f;
}
.color-3 {
color: #da8925;
}
.color-4 {
color: #c8702d;
}
.color-5 {
color: #b1532b;
}
/* CSS Variables */
:root {
--color-1: #f3b91b;
--color-2: #f0a10f;
--color-3: #da8925;
--color-4: #c8702d;
--color-5: #b1532b;
} ๐ Heroic Ember background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3b91b, #f0a10f, #da8925, #c8702d, #b1532b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3b91b, #f0a10f, #da8925, #c8702d, #b1532b);
} ๐ Explore similar color palettes
Heroic Ember color palette created on .