Marzipan Delight Color Palette
Discover the beautiful Marzipan Delight color palette featuring astra (#f9e5b3), new orleans (#f3d6a0), putty (#e8c89b), tan (#d6b58f) and antique brass (#c49978).
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 Marzipan Delight palette
💻 Marzipan Delight color palette CSS
/* CSS */
.color-1 {
color: #f9e5b3;
}
.color-2 {
color: #f3d6a0;
}
.color-3 {
color: #e8c89b;
}
.color-4 {
color: #d6b58f;
}
.color-5 {
color: #c49978;
}
/* CSS Variables */
:root {
--color-1: #f9e5b3;
--color-2: #f3d6a0;
--color-3: #e8c89b;
--color-4: #d6b58f;
--color-5: #c49978;
} 🌈 Marzipan Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e5b3, #f3d6a0, #e8c89b, #d6b58f, #c49978);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e5b3, #f3d6a0, #e8c89b, #d6b58f, #c49978);
} 🔗 Explore similar color palettes
Marzipan Delight color palette created on .