Mongoose Delight Color Palette
Discover the beautiful Mongoose Delight color palette featuring pavlova (#d6c89a), husk (#bfa75a), sycamore (#8d8c3a), verdigris (#696c3d) and axolotl (#4f5c42).
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 Mongoose Delight palette
💻 Mongoose Delight color palette CSS
/* CSS */
.color-1 {
color: #d6c89a;
}
.color-2 {
color: #bfa75a;
}
.color-3 {
color: #8d8c3a;
}
.color-4 {
color: #696c3d;
}
.color-5 {
color: #4f5c42;
}
/* CSS Variables */
:root {
--color-1: #d6c89a;
--color-2: #bfa75a;
--color-3: #8d8c3a;
--color-4: #696c3d;
--color-5: #4f5c42;
}
🌈 Mongoose Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6c89a, #bfa75a, #8d8c3a, #696c3d, #4f5c42);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6c89a, #bfa75a, #8d8c3a, #696c3d, #4f5c42);
}
🔗 Explore similar color palettes
Mongoose Delight color palette created on .