Harpy Hare Color Palette
Discover the beautiful Harpy Hare color palette featuring di serria (#d4a154), porsche (#e5a55d), rajah (#f1b66a), rajah (#f8c97c) and mandys pink (#f3c2a5).
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 Harpy Hare palette
💻 Harpy Hare color palette CSS
/* CSS */
.color-1 {
color: #d4a154;
}
.color-2 {
color: #e5a55d;
}
.color-3 {
color: #f1b66a;
}
.color-4 {
color: #f8c97c;
}
.color-5 {
color: #f3c2a5;
}
/* CSS Variables */
:root {
--color-1: #d4a154;
--color-2: #e5a55d;
--color-3: #f1b66a;
--color-4: #f8c97c;
--color-5: #f3c2a5;
}
🌈 Harpy Hare background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4a154, #e5a55d, #f1b66a, #f8c97c, #f3c2a5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4a154, #e5a55d, #f1b66a, #f8c97c, #f3c2a5);
}
🔗 Explore similar color palettes
Harpy Hare color palette created on .