Bewitched Harvest Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Bewitched Harvest palette

Share this palette to:

Bewitched Harvest color palette CSS

/* CSS */
.color-1 {
color: #bdbf4a;
}
.color-2 {
color: #f5a524;
}
.color-3 {
color: #e96c0c;
}
.color-4 {
color: #c24100;
}
.color-5 {
color: #7a2b00;
}

/* CSS Variables */
:root {
--color-1: #bdbf4a;
--color-2: #f5a524;
--color-3: #e96c0c;
--color-4: #c24100;
--color-5: #7a2b00;
}

Bewitched Harvest background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bdbf4a, #f5a524, #e96c0c, #c24100, #7a2b00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bdbf4a, #f5a524, #e96c0c, #c24100, #7a2b00);
}

Bewitched Harvest color palette created on .