Harvest Haunt Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Harvest Haunt palette

Share this palette to:

Harvest Haunt color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6f4c3e;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #4a9cd3;
}
.color-5 {
color: #e6b3c2;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6f4c3e;
--color-3: #ffd900;
--color-4: #4a9cd3;
--color-5: #e6b3c2;
}

Harvest Haunt background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6f4c3e, #ffd900, #4a9cd3, #e6b3c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6f4c3e, #ffd900, #4a9cd3, #e6b3c2);
}

Harvest Haunt color palette created on .