Bambiraptor Color Palette
Discover the beautiful Bambiraptor color palette featuring eunry (#d2b19d), cape palliser (#a25b49), lotus (#7d363b), livid brown (#4b2a34) and cocoa brown (#2f1d26).
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 Bambiraptor palette
💻 Bambiraptor color palette CSS
/* CSS */
.color-1 {
color: #d2b19d;
}
.color-2 {
color: #a25b49;
}
.color-3 {
color: #7d363b;
}
.color-4 {
color: #4b2a34;
}
.color-5 {
color: #2f1d26;
}
/* CSS Variables */
:root {
--color-1: #d2b19d;
--color-2: #a25b49;
--color-3: #7d363b;
--color-4: #4b2a34;
--color-5: #2f1d26;
} 🌈 Bambiraptor background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2b19d, #a25b49, #7d363b, #4b2a34, #2f1d26);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2b19d, #a25b49, #7d363b, #4b2a34, #2f1d26);
} 🔗 Explore similar color palettes
Bambiraptor color palette created on .