Honeyed Harvest Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Honeyed Harvest palette

Share this palette to:

Honeyed Harvest color palette CSS

/* CSS */
.color-1 {
color: #d6b38f;
}
.color-2 {
color: #f1d7a2;
}
.color-3 {
color: #f4b58a;
}
.color-4 {
color: #e6a66b;
}
.color-5 {
color: #c78e5c;
}

/* CSS Variables */
:root {
--color-1: #d6b38f;
--color-2: #f1d7a2;
--color-3: #f4b58a;
--color-4: #e6a66b;
--color-5: #c78e5c;
}

Honeyed Harvest background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6b38f, #f1d7a2, #f4b58a, #e6a66b, #c78e5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6b38f, #f1d7a2, #f4b58a, #e6a66b, #c78e5c);
}

Honeyed Harvest color palette created on .