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
๐ก 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
๐ป 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);
} ๐ Explore similar color palettes
Maple Syrup Waffle color palette created on .