Giraffe Color Palette
Discover the beautiful Giraffe color palette featuring straw (#d7c98e), driftwood (#b58b4f), west coast (#6b4d1e), pancho (#ecc3a1) and marzipan (#f7e89c).
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 Giraffe palette
💻 Giraffe color palette CSS
/* CSS */
.color-1 {
color: #d7c98e;
}
.color-2 {
color: #b58b4f;
}
.color-3 {
color: #6b4d1e;
}
.color-4 {
color: #ecc3a1;
}
.color-5 {
color: #f7e89c;
}
/* CSS Variables */
:root {
--color-1: #d7c98e;
--color-2: #b58b4f;
--color-3: #6b4d1e;
--color-4: #ecc3a1;
--color-5: #f7e89c;
} 🌈 Giraffe background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7c98e, #b58b4f, #6b4d1e, #ecc3a1, #f7e89c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7c98e, #b58b4f, #6b4d1e, #ecc3a1, #f7e89c);
} 🔗 Explore similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Giraffe color palette created on .