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

Share this palette to:

๐Ÿ’ป 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);
}

Fireside Glow color palette created on .