Harpy Hare Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Harpy Hare palette

Share this palette to:

Harpy Hare color palette PNG image

Download harpy hare color palette PNG image (landscape)
Download harpy hare color palette PNG image (square)

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);
}

Harpy Hare color palette created on .