Maple Syrup Waffle Color Palette

Discover the beautiful Maple Syrup Waffle color palette featuring nutmeg (#7d4b2b), brown rust (#b56a3b), di serria (#e0a55c), marzipan (#f6d88e) and sidecar (#f3e1ba).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Autumn, Beige, Breakfast, Brown, Caramel, Cream, Warm 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 Maple Syrup Waffle palette

Share this palette to:

๐Ÿ’ป Maple Syrup Waffle color palette CSS

/* CSS */
.color-1 {
color: #7d4b2b;
}
.color-2 {
color: #b56a3b;
}
.color-3 {
color: #e0a55c;
}
.color-4 {
color: #f6d88e;
}
.color-5 {
color: #f3e1ba;
}

/* CSS Variables */
:root {
--color-1: #7d4b2b;
--color-2: #b56a3b;
--color-3: #e0a55c;
--color-4: #f6d88e;
--color-5: #f3e1ba;
}

๐ŸŒˆ Maple Syrup Waffle background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d4b2b, #b56a3b, #e0a55c, #f6d88e, #f3e1ba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d4b2b, #b56a3b, #e0a55c, #f6d88e, #f3e1ba);
}

Maple Syrup Waffle color palette created on .