Doctor Fauna Color Palette
Discover the beautiful Doctor Fauna color palette featuring fruit salad (#4b9b6c), feijoa (#a2d07c), tusk (#e1f1b1), tacao (#f0c17a) and red damask (#d56948).
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 Doctor Fauna palette
💻 Doctor Fauna color palette CSS
/* CSS */
.color-1 {
color: #4b9b6c;
}
.color-2 {
color: #a2d07c;
}
.color-3 {
color: #e1f1b1;
}
.color-4 {
color: #f0c17a;
}
.color-5 {
color: #d56948;
}
/* CSS Variables */
:root {
--color-1: #4b9b6c;
--color-2: #a2d07c;
--color-3: #e1f1b1;
--color-4: #f0c17a;
--color-5: #d56948;
} 🌈 Doctor Fauna background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b9b6c, #a2d07c, #e1f1b1, #f0c17a, #d56948);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b9b6c, #a2d07c, #e1f1b1, #f0c17a, #d56948);
} 🔗 Explore similar color palettes
Doctor Fauna color palette created on .