Moldy Delight Color Palette
Discover the beautiful Moldy Delight color palette featuring olivine (#a1c18b), rob roy (#ead47b), ronchi (#f1b74b), hokey pokey (#d69f29) and reef gold (#a4791e).
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 Moldy Delight palette
💻 Moldy Delight color palette CSS
/* CSS */
.color-1 {
color: #a1c18b;
}
.color-2 {
color: #ead47b;
}
.color-3 {
color: #f1b74b;
}
.color-4 {
color: #d69f29;
}
.color-5 {
color: #a4791e;
}
/* CSS Variables */
:root {
--color-1: #a1c18b;
--color-2: #ead47b;
--color-3: #f1b74b;
--color-4: #d69f29;
--color-5: #a4791e;
} 🌈 Moldy Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1c18b, #ead47b, #f1b74b, #d69f29, #a4791e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1c18b, #ead47b, #f1b74b, #d69f29, #a4791e);
} 🔗 Explore similar color palettes
Moldy Delight color palette created on .