Harvest Embrace Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Harvest Embrace palette

Share this palette to:

Harvest Embrace color palette CSS

/* CSS */
.color-1 {
color: #b5592c;
}
.color-2 {
color: #e8a76d;
}
.color-3 {
color: #d4c1a5;
}
.color-4 {
color: #995929;
}
.color-5 {
color: #5b3b1a;
}

/* CSS Variables */
:root {
--color-1: #b5592c;
--color-2: #e8a76d;
--color-3: #d4c1a5;
--color-4: #995929;
--color-5: #5b3b1a;
}

Harvest Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b5592c, #e8a76d, #d4c1a5, #995929, #5b3b1a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b5592c, #e8a76d, #d4c1a5, #995929, #5b3b1a);
}

Harvest Embrace color palette created on .