Spicy Harvest Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Spicy Harvest palette

Share this palette to:

Spicy Harvest color palette CSS

/* CSS */
.color-1 {
color: #e13e33;
}
.color-2 {
color: #f26b2c;
}
.color-3 {
color: #f6b83c;
}
.color-4 {
color: #f1e83b;
}
.color-5 {
color: #4da02c;
}

/* CSS Variables */
:root {
--color-1: #e13e33;
--color-2: #f26b2c;
--color-3: #f6b83c;
--color-4: #f1e83b;
--color-5: #4da02c;
}

Spicy Harvest background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e13e33, #f26b2c, #f6b83c, #f1e83b, #4da02c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e13e33, #f26b2c, #f6b83c, #f1e83b, #4da02c);
}

Spicy Harvest color palette created on .