Discover the beautiful Fireside Glow color palette featuring valencia (#d0543e), crusta (#f66b3c), casablanca (#f7b24b), marzipan (#f8e3a0) and sapling (#e1c6a8).
Fireside Glow Color Palette
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with color palettes and combinations.
๐ก 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
Explore how the Fireside Glow palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Fireside Glow palette
๐ป Fireside Glow color palette CSS
/* CSS */
.color-1 {
color: #d0543e;
}
.color-2 {
color: #f66b3c;
}
.color-3 {
color: #f7b24b;
}
.color-4 {
color: #f8e3a0;
}
.color-5 {
color: #e1c6a8;
}
/* CSS Variables */
:root {
--color-1: #d0543e;
--color-2: #f66b3c;
--color-3: #f7b24b;
--color-4: #f8e3a0;
--color-5: #e1c6a8;
}
๐ Fireside Glow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d0543e, #f66b3c, #f7b24b, #f8e3a0, #e1c6a8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d0543e, #f66b3c, #f7b24b, #f8e3a0, #e1c6a8);
}
๐ Explore similar color palettes
Fireside Glow color palette created on .