Harper Wood Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Harper Wood palette

Share this palette to:

Harper Wood color palette PNG image

Download harper wood color palette PNG image (landscape)
Download harper wood color palette PNG image (square)

Harper Wood color palette CSS

/* CSS */
.color-1 {
color: #d8b769;
}
.color-2 {
color: #e0a86c;
}
.color-3 {
color: #c88e4c;
}
.color-4 {
color: #a76939;
}
.color-5 {
color: #6c4d2d;
}

/* CSS Variables */
:root {
--color-1: #d8b769;
--color-2: #e0a86c;
--color-3: #c88e4c;
--color-4: #a76939;
--color-5: #6c4d2d;
}

Harper Wood background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8b769, #e0a86c, #c88e4c, #a76939, #6c4d2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8b769, #e0a86c, #c88e4c, #a76939, #6c4d2d);
}

Harper Wood color palette created on .