Giraffe Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Giraffe palette
Color Inspiration
Images that showcase this color palette in real designs
Download Giraffe Color Palette (PNG)
Giraffe color palette CSS
/* CSS */
.color-1 {
color: #d7c98e;
}
.color-2 {
color: #b58b4f;
}
.color-3 {
color: #6b4e1e;
}
.color-4 {
color: #ecc3a2;
}
.color-5 {
color: #f7e89c;
}
/* CSS Variables */
:root {
--color-1: #d7c98e;
--color-2: #b58b4f;
--color-3: #6b4e1e;
--color-4: #ecc3a2;
--color-5: #f7e89c;
}
Giraffe background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7c98e, #b58b4f, #6b4e1e, #ecc3a2, #f7e89c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7c98e, #b58b4f, #6b4e1e, #ecc3a2, #f7e89c);
}
Similar color palettes
Giraffe color palette created on .