Muffin Medley Color Palette
Discover the beautiful Muffin Medley color palette featuring equator (#e3b059), raw sienna (#d68a3d), paarl (#a6602b), walnut (#7d3b1c) and brown derby (#4c1f15).
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 Muffin Medley palette
๐ป Muffin Medley color palette CSS
/* CSS */
.color-1 {
color: #e3b059;
}
.color-2 {
color: #d68a3d;
}
.color-3 {
color: #a6602b;
}
.color-4 {
color: #7d3b1c;
}
.color-5 {
color: #4c1f15;
}
/* CSS Variables */
:root {
--color-1: #e3b059;
--color-2: #d68a3d;
--color-3: #a6602b;
--color-4: #7d3b1c;
--color-5: #4c1f15;
} ๐ Muffin Medley background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3b059, #d68a3d, #a6602b, #7d3b1c, #4c1f15);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3b059, #d68a3d, #a6602b, #7d3b1c, #4c1f15);
} ๐ Explore similar color palettes
Muffin Medley color palette created on .