Lunar Harvest Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Lunar Harvest palette

Share this palette to:

Lunar Harvest color palette CSS

/* CSS */
.color-1 {
color: #f1c84b;
}
.color-2 {
color: #e0a34d;
}
.color-3 {
color: #d57d3f;
}
.color-4 {
color: #c7594d;
}
.color-5 {
color: #a55f8d;
}

/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #e0a34d;
--color-3: #d57d3f;
--color-4: #c7594d;
--color-5: #a55f8d;
}

Lunar Harvest background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #e0a34d, #d57d3f, #c7594d, #a55f8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #e0a34d, #d57d3f, #c7594d, #a55f8d);
}

Lunar Harvest color palette created on .