Fireside Hues Color Palette

Discover the beautiful Fireside Hues color palette featuring regent st blue (#a3c7e0), surf (#b9dac4), cameo (#e0b8a3), my pink (#d49a8c) and contessa (#c47c6e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Coastal, Light Winter, Warm Fall 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

UI Examples

Explore beautiful UI components with Fireside Hues palette

Share this palette to:

💻 Fireside Hues color palette CSS

/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #b9dac4;
}
.color-3 {
color: #e0b8a3;
}
.color-4 {
color: #d49a8c;
}
.color-5 {
color: #c47c6e;
}

/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #b9dac4;
--color-3: #e0b8a3;
--color-4: #d49a8c;
--color-5: #c47c6e;
}

🌈 Fireside Hues background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #b9dac4, #e0b8a3, #d49a8c, #c47c6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #b9dac4, #e0b8a3, #d49a8c, #c47c6e);
}

Fireside Hues color palette created on .